|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Participant | |
|---|---|
| com.ibm.itim.apps.provisioning | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for Account, Service, and Password management. |
| Uses of Participant in com.ibm.itim.apps.provisioning |
|---|
| Methods in com.ibm.itim.apps.provisioning that return Participant | |
|---|---|
Participant |
ManualWorkOrder.getEscalationParticipant()
Retrieves the participant involved when the activity is escalated. |
Participant |
ManualWorkOrder.getParticipant()
Retrieves the participant associated with the work order. |
| Methods in com.ibm.itim.apps.provisioning with parameters of type Participant | |
|---|---|
void |
ManualWorkOrder.setEscalationParticipant(Participant escalationParticipant)
Sets the participant when the activity is escalated. |
void |
ManualWorkOrder.setParticipant(Participant participant)
Sets the participant to the specified value. |
| Constructors in com.ibm.itim.apps.provisioning with parameters of type Participant | |
|---|---|
ManualWorkOrder(Participant participant,
long escalationPeriod,
Participant escalationParticipant,
boolean defaultNotification,
java.util.HashMap<ManualWorkOrder.OperationType,NotificationTemplate> operationNotification)
Create a ManualWorkOrder object. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||