Class ParticipantProcess

java.lang.Object
org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
All Implemented Interfaces:
HasDIBounds

public class ParticipantProcess extends Object implements HasDIBounds
Object indicating that a ProcessDefinitionImpl is a participant in a collaboration (pool). Currently only used to store graphical information and the pool name.
Author:
Frederik Heremans
  • Field Details

    • id

      protected String id
    • name

      protected String name
    • x

      protected int x
    • y

      protected int y
    • width

      protected int width
    • height

      protected int height
  • Constructor Details

    • ParticipantProcess

      public ParticipantProcess()
  • Method Details