|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParticipantDefinition
This interface represents the Participant definition. It's derived from the Workflow Participant of XPDL.
Nested Class Summary | |
---|---|
static class |
ParticipantDefinition.ParticipantType
The Participant entity type attribute characterises the participant to be an individual, an organisational unit or an abstract resource such as a machine. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
returns a short textual description of the participant. |
java.lang.String |
getParticipantId()
Returns the value of the id attribute of the Participant element defined into the XPDL file. |
ParticipantDefinition.ParticipantType |
getParticipantType()
Returns the definition of the type of participant entity. |
RoleMapperDefinition |
getRoleMapper()
The role mappers feature permits automatic definition of the Bonita roles. |
ParticipantDefinitionUUID |
getUUID()
Returns the UUID for the ParticipantDefinition. |
void |
setDescription(java.lang.String description)
|
void |
setUUID(ParticipantDefinitionUUID uuid)
|
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.ProcessElement |
---|
getProcessDefinitionUUID, setProcessDefinitionUUID |
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.NamedElement |
---|
getName |
Method Detail |
---|
ParticipantDefinitionUUID getUUID()
void setUUID(ParticipantDefinitionUUID uuid)
java.lang.String getParticipantId()
java.lang.String getDescription()
ParticipantDefinition.ParticipantType getParticipantType()
type of participant
entity.
RoleMapperDefinition getRoleMapper()
void setDescription(java.lang.String description)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |