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
participantType
protected ParticipantDefinition.ParticipantType participantType
roleMapper
protected ClassInfo roleMapper
performerAssign
protected ClassInfo performerAssign
Performer
protected Performer()
Performer
public Performer(java.lang.String participantId,
ParticipantDefinition.ParticipantType participantType,
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()
getParticipantType
public ParticipantDefinition.ParticipantType getParticipantType()
Copyright © 2008 OW2 Consortium. All Rights Reserved.