com.ibm.itim.workflow.model
Class AssignmentEventAudit

java.lang.Object
  extended by com.ibm.itim.workflow.model.EventAudit
      extended by com.ibm.itim.workflow.model.AssignmentEventAudit
All Implemented Interfaces:
java.io.Serializable

public class AssignmentEventAudit
extends EventAudit

This defines the class for assignment event audit information

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.itim.workflow.model.EventAudit
ACTIVITY_ASSIGNMENT_CHANGED, ACTIVITY_CREATED, ACTIVITY_DATA, ACTIVITY_ESCALATION_PARTICIPANT_RESOLVE_FAIL, ACTIVITY_ESCALATION_TIME_OUT, ACTIVITY_PARTICIPANT_RESOLVE_FAIL, ACTIVITY_STATE_CHANGED, ACTIVITY_TIME_OUT, COMPLETE_MANUAL_ACTIVITY, INFORMATION, PASSWORD_PICKUP, PROCESS_INITIAL_DATA, PROCESS_PARTCIPANT_RESOLVE_FAIL, PROCESS_STATE_CHANGED, PROCESS_TIME_OUT, PROCESS_USER_CHANGED_DATA
 
Constructor Summary
AssignmentEventAudit(ActivityParticipant oldParticipant, ActivityParticipant participant)
           
 
Method Summary
 ActivityParticipant getOldParticipant()
          Access method for the oldParticipant property.
 ActivityParticipant getParticipant()
          Access method for the participant property.
 void setOldParticipant(ActivityParticipant oldParticipant)
          Sets the value of the oldParticipant property.
 void setParticipant(ActivityParticipant participant)
          Sets the value of the participant property.
 
Methods inherited from class com.ibm.itim.workflow.model.EventAudit
getActivityId, getEventType, getId, getProcessId, getTimeStamp, setActivityId, setEventType, setId, setProcessId, setTimeStamp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignmentEventAudit

public AssignmentEventAudit(ActivityParticipant oldParticipant,
                            ActivityParticipant participant)
Method Detail

getOldParticipant

public ActivityParticipant getOldParticipant()
Access method for the oldParticipant property.

Returns:
the current value of the oldParticipant property

setOldParticipant

public void setOldParticipant(ActivityParticipant oldParticipant)
Sets the value of the oldParticipant property.

Parameters:
oldParticipant - the new value of the oldParticipant property

getParticipant

public ActivityParticipant getParticipant()
Access method for the participant property.

Returns:
the current value of the newParticipant property

setParticipant

public void setParticipant(ActivityParticipant participant)
Sets the value of the participant property.

Parameters:
participant - the new value of the newParticipant 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.