org.camunda.bpm.engine.impl.pvm.process
Class ParticipantProcess

java.lang.Object
  extended by 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 Summary
protected  int height
           
protected  String id
           
protected  String name
           
protected  int width
           
protected  int x
           
protected  int y
           
 
Constructor Summary
ParticipantProcess()
           
 
Method Summary
 int getHeight()
           
 String getId()
           
 String getName()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setHeight(int height)
           
 void setId(String id)
           
 void setName(String name)
           
 void setWidth(int width)
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

ParticipantProcess

public ParticipantProcess()
Method Detail

setId

public void setId(String id)

getId

public String getId()

getName

public String getName()

setName

public void setName(String name)

getX

public int getX()
Specified by:
getX in interface HasDIBounds

setX

public void setX(int x)
Specified by:
setX in interface HasDIBounds

getY

public int getY()
Specified by:
getY in interface HasDIBounds

setY

public void setY(int y)
Specified by:
setY in interface HasDIBounds

getWidth

public int getWidth()
Specified by:
getWidth in interface HasDIBounds

setWidth

public void setWidth(int width)
Specified by:
setWidth in interface HasDIBounds

getHeight

public int getHeight()
Specified by:
getHeight in interface HasDIBounds

setHeight

public void setHeight(int height)
Specified by:
setHeight in interface HasDIBounds


Copyright © 2014 camunda services GmbH. All Rights Reserved.