com.ibm.itim.workflow.model
Class DataEventAudit

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

public class DataEventAudit
extends EventAudit

Class representing an data change event in the workflow engine.

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
DataEventAudit()
           
DataEventAudit(java.lang.String newDataValue, java.lang.String dataName, ActivityParticipant participant)
          Constructs the object with data to audit.
 
Method Summary
 java.lang.String getName()
          Access method for the dataName property.
 java.lang.String getNewData()
          Access method for the newData property.
 ActivityParticipant getParticipant()
          Access method for the paticipant property.
 void setName(java.lang.String aDataName)
          Sets the value of the dataName property.
 void setNewData(java.lang.String aNewData)
          Sets the value of the newData 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

DataEventAudit

public DataEventAudit()

DataEventAudit

public DataEventAudit(java.lang.String newDataValue,
                      java.lang.String dataName,
                      ActivityParticipant participant)
Constructs the object with data to audit.

Method Detail

getNewData

public java.lang.String getNewData()
Access method for the newData property.

Returns:
the current value of the newData property

setNewData

public void setNewData(java.lang.String aNewData)
Sets the value of the newData property.

Parameters:
aNewData - the new value of the newData property

getName

public java.lang.String getName()
Access method for the dataName property.

Returns:
the current value of the dataName property

setName

public void setName(java.lang.String aDataName)
Sets the value of the dataName property.

Parameters:
aDataName - The new value of the dataName property

getParticipant

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

Returns:
the current value of the paricipant property

setParticipant

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

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