|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Participants
Interface describing a representation of the <participants> element of a Process Model.
| Method Summary | |
|---|---|
void |
addParticipant(Participant participant)
Add an participant to the collection |
Participant |
createParticipant()
Create an Participant |
Participant |
getParticipant(String name)
Get the participant definition with given name |
Participant[] |
getParticipants()
Returns all the Participant elements as an array |
Iterator<Participant> |
iterateParticipant()
Iterate through the Participant objects |
void |
removeParticipant(String strParticipantName)
Remove an participant from the collection |
| Method Detail |
|---|
Iterator<Participant> iterateParticipant()
Participant createParticipant()
void addParticipant(Participant participant)
participant - to be addedParticipant[] getParticipants()
Participant getParticipant(String name)
name - participant name
void removeParticipant(String strParticipantName)
throws WorkflowException
strParticipantName - the name of the participant to be removed.
WorkflowException - when the participant could not be deleted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||