| de.danet.an.workflow.api.Participant
All known Subclasses: de.danet.an.workflow.domain.DefaultParticipant,
Inner Class :final public static class ParticipantType implements Serializable | |
getId | public String getId()(Code) | | Get the id of the participant.
a String representing the id value |
getName | public String getName()(Code) | | Get the name of the participant.
a String representing the name value |
getParticipantType | public ParticipantType getParticipantType()(Code) | | Get the type of the participant.
a ParticipantType object representing the participant type value |
getResourceSelection | public Object getResourceSelection()(Code) | | Get the additional resource selection information passed to the
constructor.
an Object representing the resource selection value |
|
|