com.ibm.itim.workflow.model
Class ParticipantResolveFailureEventAudit

java.lang.Object
  |
  +--com.ibm.itim.workflow.model.EventAudit
        |
        +--com.ibm.itim.workflow.model.ParticipantResolveFailureEventAudit
All Implemented Interfaces:
java.io.Serializable

public class ParticipantResolveFailureEventAudit
extends EventAudit

This defines the class for participant resolution failure event 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
ParticipantResolveFailureEventAudit(ActivityParticipant participant)
          Constructs with the ActivityParticipant value.
 
Method Summary
 ActivityParticipant getParticipant()
          Access method for the oldParticipant property.
 void setParticipant(ActivityParticipant participant)
          Sets the value of the oldParticipant 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

ParticipantResolveFailureEventAudit

public ParticipantResolveFailureEventAudit(ActivityParticipant participant)
Constructs with the ActivityParticipant value.

Parameters:
participant - Participant value object.
Method Detail

getParticipant

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

Returns:
The current value of the participant property.

setParticipant

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

Parameters:
participant - The new value of the participant property.


IBM Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.