| java.lang.Object de.danet.an.workflow.domain.DefaultParticipant
DefaultParticipant | public class DefaultParticipant implements Participant(Code) | | This class defines the handler for a participant.
|
Inner Class :public static class SAXInitializer extends StackedHandler | |
DefaultParticipant | public DefaultParticipant(String id, String name, ParticipantType type, Object resSel)(Code) | | Construct a new DefaultParticipant .
Parameters: id - identifier of the participant in String Parameters: name - name of the participant in String Parameters: type - type of the participant Parameters: resSel - an object that describes resource selection criteria.The paramter may be null . |
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 |
|
|