Uses of Class
com.ibm.itim.workflow.model.ActivityParticipant

Packages that use ActivityParticipant
com.ibm.itim.workflow.model Provides a model and an applications programming interface for the workflow engine. 
 

Uses of ActivityParticipant in com.ibm.itim.workflow.model
 

Methods in com.ibm.itim.workflow.model that return ActivityParticipant
 ActivityParticipant WorkItem.getActivityParticipant()
          Returns the participant of the work item.
 ActivityParticipant Assignment.getActivityParticipant()
          Returns the participant of the assignment.
 ActivityParticipant AssignmentEventAudit.getOldParticipant()
          Access method for the oldParticipant property.
 ActivityParticipant TimeoutEventAudit.getParticipant()
          Access method for the participant property.
 ActivityParticipant CompleteManualActivityEventAudit.getParticipant()
          Access method for the getting participant property.
 ActivityParticipant AssignmentGroup.getParticipant()
          Deprecated.  
 ActivityParticipant PasswordPickupEventAudit.getParticipant()
          Access method for the participant property.
 ActivityParticipant DataEventAudit.getParticipant()
          Access method for the paticipant property.
 ActivityParticipant AssignmentEventAudit.getParticipant()
          Access method for the participant property.
 ActivityParticipant ParticipantResolveFailureEventAudit.getParticipant()
          Access method for the oldParticipant property.
 

Methods in com.ibm.itim.workflow.model with parameters of type ActivityParticipant
 void AssignmentEventAudit.setOldParticipant(ActivityParticipant oldParticipant)
          Sets the value of the oldParticipant property.
 void TimeoutEventAudit.setParticipant(ActivityParticipant participant)
          Sets the value of the participant property.
 void Assignment.setParticipant(ActivityParticipant participant)
          Changes the participant of the assignment.
 void CompleteManualActivityEventAudit.setParticipant(ActivityParticipant participant)
          Sets the value of the participant property.
 void AssignmentGroup.setParticipant(ActivityParticipant participant)
          Deprecated.  
 void PasswordPickupEventAudit.setParticipant(ActivityParticipant participant)
          Sets the value of the participant property.
 void DataEventAudit.setParticipant(ActivityParticipant participant)
          Sets the value of the participant property.
 void AssignmentEventAudit.setParticipant(ActivityParticipant participant)
          Sets the value of the participant property.
 void ParticipantResolveFailureEventAudit.setParticipant(ActivityParticipant participant)
          Sets the value of the oldParticipant property.
 

Constructors in com.ibm.itim.workflow.model with parameters of type ActivityParticipant
AssignmentEventAudit(ActivityParticipant oldParticipant, ActivityParticipant participant)
           
CompleteManualActivityEventAudit(ActivityParticipant participant)
           
DataEventAudit(java.lang.String newDataValue, java.lang.String dataName, ActivityParticipant participant)
          Constructs the object with data to audit.
ParticipantResolveFailureEventAudit(ActivityParticipant participant)
           
PasswordPickupEventAudit(ActivityParticipant participant)
           
TimeoutEventAudit(ActivityParticipant participant)
           
 



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.