com.ibm.itim.workflow.model
Class InformationEventAudit

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

public class InformationEventAudit
extends EventAudit

Class representing an auditable information 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
InformationEventAudit(java.lang.String info)
          Constructs the object with information to audit.
 
Method Summary
 java.lang.String getInfo()
          Returns the information being audited.
 void setInfo(java.lang.String info)
          Changes the information to be audited.
 
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

InformationEventAudit

public InformationEventAudit(java.lang.String info)
Constructs the object with information to audit.

Method Detail

getInfo

public java.lang.String getInfo()
Returns the information being audited.

Returns:
Audited information.

setInfo

public void setInfo(java.lang.String info)
Changes the information to be audited.

Parameters:
info - Audited information.


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.