com.ibm.itim.apps.provisioning
Class Participant

java.lang.Object
  extended by com.ibm.itim.apps.provisioning.Participant

public class Participant
extends java.lang.Object

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

Participant

public Participant(Participant.ParticipantType type,
                   boolean escalation)
Construct a Participant.

Parameters:
type - ParticipantType
escalation - flag indicating that participant is an escalation participant.

Participant

public Participant(Participant.ParticipantType type,
                   DistinguishedName name,
                   boolean escalation)
Construct a Participant.

Parameters:
type - ParticipantType
name - a common name for the participant.
escalation - flag indicating that participant is an escalation participant.
Method Detail

getName

public DistinguishedName getName()
Access method for the name property.

Returns:
the current value of the name property

setName

public void setName(DistinguishedName name)
Sets the value of the name property.

Parameters:
name - the new value of the name property

getType

public Participant.ParticipantType getType()
Access method for the type property. May be null if an invalid type is specified in the participant.

Returns:
the current value of the type property

setType

public void setType(Participant.ParticipantType type)
Sets the value of the type property.

Parameters:
aType - the new value of the type property


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.