|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParticipantDefinition.ParticipantType | |
---|---|
org.ow2.bonita.definition | Contains interfaces to implement end-user classes for hooks, role mappers and performer assignments. |
org.ow2.bonita.facade.def.majorElement | Contains interfaces for objects representing major XPDL elements returned by the QueryDefintionAPI. |
Uses of ParticipantDefinition.ParticipantType in org.ow2.bonita.definition |
---|
Fields in org.ow2.bonita.definition declared as ParticipantDefinition.ParticipantType | |
---|---|
protected ParticipantDefinition.ParticipantType |
Performer.participantType
|
Methods in org.ow2.bonita.definition that return ParticipantDefinition.ParticipantType | |
---|---|
ParticipantDefinition.ParticipantType |
Performer.getParticipantType()
|
Constructors in org.ow2.bonita.definition with parameters of type ParticipantDefinition.ParticipantType | |
---|---|
Performer(java.lang.String participantId,
ParticipantDefinition.ParticipantType participantType,
ParticipantDefinitionUUID participantUUID,
ClassInfo roleMapper,
ClassInfo performerAssign)
|
Uses of ParticipantDefinition.ParticipantType in org.ow2.bonita.facade.def.majorElement |
---|
Methods in org.ow2.bonita.facade.def.majorElement that return ParticipantDefinition.ParticipantType | |
---|---|
ParticipantDefinition.ParticipantType |
ParticipantDefinition.getParticipantType()
Returns the definition of the type of participant entity. |
static ParticipantDefinition.ParticipantType |
ParticipantDefinition.ParticipantType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ParticipantDefinition.ParticipantType[] |
ParticipantDefinition.ParticipantType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |