Class ParticipantProcess
- java.lang.Object
 - 
- org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
 
- 
- All Implemented Interfaces:
 HasDIBounds
public class ParticipantProcess extends java.lang.Object implements HasDIBounds
Object indicating that aProcessDefinitionImplis a participant in a collaboration (pool). Currently only used to store graphical information and the pool name.- Author:
 - Frederik Heremans
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ParticipantProcess() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()java.lang.StringgetId()java.lang.StringgetName()intgetWidth()intgetX()intgetY()voidsetHeight(int height)voidsetId(java.lang.String id)voidsetName(java.lang.String name)voidsetWidth(int width)voidsetX(int x)voidsetY(int y) 
 - 
 
- 
- 
Method Detail
- 
setId
public void setId(java.lang.String id)
 
- 
getId
public java.lang.String getId()
 
- 
getName
public java.lang.String getName()
 
- 
setName
public void setName(java.lang.String name)
 
- 
getX
public int getX()
- Specified by:
 getXin interfaceHasDIBounds
 
- 
setX
public void setX(int x)
- Specified by:
 setXin interfaceHasDIBounds
 
- 
getY
public int getY()
- Specified by:
 getYin interfaceHasDIBounds
 
- 
setY
public void setY(int y)
- Specified by:
 setYin interfaceHasDIBounds
 
- 
getWidth
public int getWidth()
- Specified by:
 getWidthin interfaceHasDIBounds
 
- 
setWidth
public void setWidth(int width)
- Specified by:
 setWidthin interfaceHasDIBounds
 
- 
getHeight
public int getHeight()
- Specified by:
 getHeightin interfaceHasDIBounds
 
- 
setHeight
public void setHeight(int height)
- Specified by:
 setHeightin interfaceHasDIBounds
 
 - 
 
 -