|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Participant | |
|---|---|
| com.silverpeas.workflow.api.model | |
| com.silverpeas.workflow.engine.model | |
| com.silverpeas.workflowdesigner.control | |
| Uses of Participant in com.silverpeas.workflow.api.model |
|---|
| Methods in com.silverpeas.workflow.api.model that return Participant | |
|---|---|
Participant |
Participants.createParticipant()
Create an Participant |
Participant |
RelatedUser.getParticipant()
Get the referred participant |
Participant |
Participants.getParticipant(String name)
Get the participant definition with given name |
Participant[] |
Participants.getParticipants()
Returns all the Participant elements as an array |
Participant[] |
ProcessModel.getParticipants()
Get the participants definition |
| Methods in com.silverpeas.workflow.api.model that return types with arguments of type Participant | |
|---|---|
Iterator<Participant> |
Participants.iterateParticipant()
Iterate through the Participant objects |
| Methods in com.silverpeas.workflow.api.model with parameters of type Participant | |
|---|---|
void |
Participants.addParticipant(Participant participant)
Add an participant to the collection |
void |
RelatedUser.setParticipant(Participant participant)
Set the referred participant |
| Uses of Participant in com.silverpeas.workflow.engine.model |
|---|
| Classes in com.silverpeas.workflow.engine.model that implement Participant | |
|---|---|
class |
ParticipantImpl
Class implementing the representation of the <participant> element of a Process Model. |
| Methods in com.silverpeas.workflow.engine.model that return Participant | |
|---|---|
Participant |
ParticipantsImpl.createParticipant()
|
Participant |
RelatedUserImpl.getParticipant()
Get the referred participant |
Participant |
ParticipantsImpl.getParticipant(String name)
Get the participant with given name |
Participant[] |
ProcessModelImpl.getParticipants()
Get the participants definition |
Participant[] |
ParticipantsImpl.getParticipants()
|
| Methods in com.silverpeas.workflow.engine.model that return types with arguments of type Participant | |
|---|---|
Iterator<Participant> |
ParticipantsImpl.iterateParticipant()
|
| Methods in com.silverpeas.workflow.engine.model with parameters of type Participant | |
|---|---|
void |
ParticipantsImpl.addParticipant(Participant participant)
|
void |
RelatedUserImpl.setParticipant(Participant participant)
|
| Uses of Participant in com.silverpeas.workflowdesigner.control |
|---|
| Methods in com.silverpeas.workflowdesigner.control that return Participant | |
|---|---|
Participant |
WorkflowDesignerSessionController.createParticipant()
Create a new participant object to be added to the model |
| Methods in com.silverpeas.workflowdesigner.control with parameters of type Participant | |
|---|---|
void |
WorkflowDesignerSessionController.updateParticipant(Participant source,
String strNameOriginal)
Update or insert a new participant element of the cached process model |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||