|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.itim.apps.provisioning.Participant
public class Participant
This class represents an individual, department, role, and so forth that is responsible for a specific unit of work or activity within a workflow process.
| Nested Class Summary | |
|---|---|
static class |
Participant.ParticipantType
enum to represent the various types of valid participants. |
| Constructor Summary | |
|---|---|
Participant(Participant.ParticipantType type,
boolean escalation)
Construct a Participant. |
|
Participant(Participant.ParticipantType type,
DistinguishedName name,
boolean escalation)
Construct a Participant. |
|
| Method Summary | |
|---|---|
DistinguishedName |
getName()
Access method for the name property. |
Participant.ParticipantType |
getType()
Access method for the type property. |
void |
setName(DistinguishedName name)
Sets the value of the name property. |
void |
setType(Participant.ParticipantType type)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Participant(Participant.ParticipantType type,
boolean escalation)
type - ParticipantTypeescalation - flag indicating that participant is an escalation
participant.
public Participant(Participant.ParticipantType type,
DistinguishedName name,
boolean escalation)
type - ParticipantTypename - a common name for the participant.escalation - flag indicating that participant is an escalation
participant.| Method Detail |
|---|
public DistinguishedName getName()
public void setName(DistinguishedName name)
name - the new value of the name propertypublic Participant.ParticipantType getType()
public void setType(Participant.ParticipantType type)
aType - the new value of the type property
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||