|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.workflow.model.Participant | +--com.ibm.itim.workflow.model.ActivityParticipant
This class is a specialization of workflow participant within the context of a workflow activity.
Field Summary | |
---|---|
static java.lang.String |
DOMAINADMIN
Constant identifying the domain administrator participant type. |
static java.lang.String |
PERSON
Constant identifying the person (human) participant type. |
static java.lang.String |
REQUESTEE
Constant identifying the requestee participant type. |
static java.lang.String |
REQUESTOR
Constant identifying the requestor participant type. |
static java.lang.String |
ROLE
Constant identifying the role participant type. |
static java.lang.String |
SERVICE_OWNER
Constant identifying the service owner participant type. |
static java.lang.String |
SPONSOR
Constant identifying the sponsor participant type. |
static java.lang.String |
SUPERVISOR
Constant identifying the supervisor participant type. |
static java.lang.String |
SYSADMIN
Constant identifying the system administrator participant type. |
static java.lang.String |
SYSTEM
Constant identifying the system participant type. |
Fields inherited from class com.ibm.itim.workflow.model.Participant |
---|
HUMAN |
Constructor Summary | |
---|---|
ActivityParticipant()
Default constructor. |
|
ActivityParticipant(DistinguishedName dn,
java.lang.String type)
Constructs with distinguished name and type. |
|
ActivityParticipant(DistinguishedName dn,
java.lang.String id,
java.lang.String type)
Constructs with distinguished name, id, and type. |
|
ActivityParticipant(java.lang.String id,
java.lang.String type)
Constructs with distinguished name and type. |
Methods inherited from class com.ibm.itim.workflow.model.Participant |
---|
equals, getDistinguishedName, getId, getType, setDistinguishedName, setId, setType, toString |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String ROLE
public static final java.lang.String SYSTEM
public static final java.lang.String SERVICE_OWNER
public static final java.lang.String SPONSOR
public static final java.lang.String SUPERVISOR
public static final java.lang.String SYSADMIN
public static final java.lang.String PERSON
public static final java.lang.String REQUESTOR
public static final java.lang.String REQUESTEE
public static final java.lang.String DOMAINADMIN
Constructor Detail |
public ActivityParticipant()
public ActivityParticipant(DistinguishedName dn, java.lang.String type)
dn
- DistinguishedName of the participant.type
- Type of the participant (i.e., HUMAN, ROLE, SYSTEM,
SERVICE_OWNER, SPONSOR, SUPERVISOR, SYSADMIN, PERSON,
REQUESTOR, REQUESTEE, DOMAINADMIN).public ActivityParticipant(DistinguishedName dn, java.lang.String id, java.lang.String type)
dn
- DistinguishedName of the participant.id
- Identifier of the participant.type
- Type of the participant (i.e., HUMAN).public ActivityParticipant(java.lang.String id, java.lang.String type)
id
- Identifier of the participant.type
- Type of the participant (i.e., HUMAN).
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |