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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
id
- 
name
- 
xprotected int x
- 
yprotected int y
- 
widthprotected int width
- 
heightprotected int height
 
- 
- 
Constructor Details- 
ParticipantProcesspublic ParticipantProcess()
 
- 
- 
Method Details- 
setId
- 
getId
- 
getName
- 
setName
- 
getXpublic int getX()- Specified by:
- getXin interface- HasDIBounds
 
- 
setXpublic void setX(int x) - Specified by:
- setXin interface- HasDIBounds
 
- 
getYpublic int getY()- Specified by:
- getYin interface- HasDIBounds
 
- 
setYpublic void setY(int y) - Specified by:
- setYin interface- HasDIBounds
 
- 
getWidthpublic int getWidth()- Specified by:
- getWidthin interface- HasDIBounds
 
- 
setWidthpublic void setWidth(int width) - Specified by:
- setWidthin interface- HasDIBounds
 
- 
getHeightpublic int getHeight()- Specified by:
- getHeightin interface- HasDIBounds
 
- 
setHeightpublic void setHeight(int height) - Specified by:
- setHeightin interface- HasDIBounds
 
 
-