org.ow2.bonita.definition
Class Performer
java.lang.Object
org.ow2.bonita.definition.Performer
public class Performer
- extends java.lang.Object
is a process role (aka participant/swimlane).
- Author:
- Marc Blachon, Guillaume Porcher, Charles Souillard, Miguel Valdes, Pierre Vigneras
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
participantUUID
protected ParticipantDefinitionUUID participantUUID
participantId
protected java.lang.String participantId
roleMapper
protected ClassInfo roleMapper
performerAssign
protected ClassInfo performerAssign
Performer
protected Performer()
Performer
public Performer(java.lang.String participantId,
ParticipantDefinitionUUID participantUUID,
ClassInfo roleMapper,
ClassInfo performerAssign)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getRoleMapper
public ClassInfo getRoleMapper()
getPerformerAssign
public ClassInfo getPerformerAssign()
getParticipantUUID
public ParticipantDefinitionUUID getParticipantUUID()
getParticipantId
public java.lang.String getParticipantId()