org.ow2.bonita.definition
Class Performer

java.lang.Object
  extended by 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

Field Summary
protected  java.lang.String participantId
           
protected  ParticipantDefinition.ParticipantType participantType
           
protected  ParticipantDefinitionUUID participantUUID
           
protected  ClassInfo performerAssign
           
protected  ClassInfo roleMapper
           
 
Constructor Summary
protected Performer()
           
  Performer(java.lang.String participantId, ParticipantDefinition.ParticipantType participantType, ParticipantDefinitionUUID participantUUID, ClassInfo roleMapper, ClassInfo performerAssign)
           
 
Method Summary
 java.lang.String getParticipantId()
           
 ParticipantDefinition.ParticipantType getParticipantType()
           
 ParticipantDefinitionUUID getParticipantUUID()
           
 ClassInfo getPerformerAssign()
           
 ClassInfo getRoleMapper()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

participantUUID

protected ParticipantDefinitionUUID participantUUID

participantId

protected java.lang.String participantId

participantType

protected ParticipantDefinition.ParticipantType participantType

roleMapper

protected ClassInfo roleMapper

performerAssign

protected ClassInfo performerAssign
Constructor Detail

Performer

protected Performer()

Performer

public Performer(java.lang.String participantId,
                 ParticipantDefinition.ParticipantType participantType,
                 ParticipantDefinitionUUID participantUUID,
                 ClassInfo roleMapper,
                 ClassInfo performerAssign)
Method Detail

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.