Class ParticipantProcess
java.lang.Object
org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
- All Implemented Interfaces:
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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
-
name
-
x
protected int x -
y
protected int y -
width
protected int width -
height
protected int height
-
-
Constructor Details
-
ParticipantProcess
public ParticipantProcess()
-
-
Method Details
-
setId
-
getId
-
getName
-
setName
-
getX
public int getX()- Specified by:
getX
in interfaceHasDIBounds
-
setX
public void setX(int x) - Specified by:
setX
in interfaceHasDIBounds
-
getY
public int getY()- Specified by:
getY
in interfaceHasDIBounds
-
setY
public void setY(int y) - Specified by:
setY
in interfaceHasDIBounds
-
getWidth
public int getWidth()- Specified by:
getWidth
in interfaceHasDIBounds
-
setWidth
public void setWidth(int width) - Specified by:
setWidth
in interfaceHasDIBounds
-
getHeight
public int getHeight()- Specified by:
getHeight
in interfaceHasDIBounds
-
setHeight
public void setHeight(int height) - Specified by:
setHeight
in interfaceHasDIBounds
-