| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.danet.an.workflow.spis.ras.Participant
This class represents a participant of a process. One process can have several participants. One participant is defined by attributes (Id, Name), Description and type.
 <Participant Id="Participant_ID" Name="Participant_NAME">
   <dialog-hint attribute="Id" type="text"/>
   <dialog-hint attribute="Name" type="text" maxlength="ATTRIB_LENGTH"/>
   <ParticipantType>
     <dialog-hint type="text"/>
     VALID_PARTICIPANTTYPE
   </ParticipantType>
 </Participant>
 
| Nested Class Summary | |
| static class | Participant.ParticipantTypeThis class defines the participant type for a participant. | 
| Constructor Summary | |
| Participant()Constructs a Participant object. | |
| Participant(String newId,
            String newName,
            Participant.ParticipantType type,
            Object resSel)Creates a new Participant. | |
| Method Summary | |
|  String | getId()Get the id of the participant. | 
|  String | getName()Get the name of the participant. | 
|  Participant.ParticipantType | getParticipantType()Get the type of the participant. | 
|  Object | getResourceSelection()Get the additional resource selection information passed to the constructor. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public Participant()
public Participant(String newId,
                   String newName,
                   Participant.ParticipantType type,
                   Object resSel)
Participant.
newId - identifier of the participant in StringnewName - name of the participant in Stringtype - type of the participantresSel - an object that describes resource selection
 criteria.  The paramter may be
 null. Interpretation of this parameter is service
 requester and provider specific.| Method Detail | 
public String getId()
public String getName()
public Participant.ParticipantType getParticipantType()
public Object getResourceSelection()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||