com.ibm.itim.workflow.model
Class DeferWorkItemEventAudit

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

public class DeferWorkItemEventAudit
extends I18NInformationEventAudit

Audit information for when an activity is deferred.

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, JUSTIFICATION_FIELD_VALUE, PASSWORD_PICKUP, PROCESS_INITIAL_DATA, PROCESS_PARTCIPANT_RESOLVE_FAIL, PROCESS_STATE_CHANGED, PROCESS_TIME_OUT, PROCESS_USER_CHANGED_DATA
 
Constructor Summary
DeferWorkItemEventAudit(java.lang.String infoKey, java.lang.Object[] tokenValues, long rootProcessID, java.util.Date dueDate, java.lang.String comments)
          Constructs the object with translated audit information with an information key, array of message parameters, indication as to whether additional auditing is required, identifier of the root process, due date, and comments.
 
Method Summary
 java.lang.String getComments()
          Returns the comments specified during the deferral.
 java.util.Date getDueDate()
          Returns the new due date for the work item.
 long getRootProcessID()
          Returns the identifier of the root process.
 void setComments(java.lang.String comments)
          Sets the comments specified during the deferral.
 void setDueDate(java.util.Date dueDate)
          Returns the new due date for the work item.
 void setRootProcessID(long rootProcessID)
          Sets the identifier of the root process.
 
Methods inherited from class com.ibm.itim.workflow.model.I18NInformationEventAudit
getInfo, getInfo, getInfoId, getLocalizedMessage, getNoAdditionalAuditing, getTokens, normalize, setNoAdditionalAuditing, toXML
 
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

DeferWorkItemEventAudit

public DeferWorkItemEventAudit(java.lang.String infoKey,
                               java.lang.Object[] tokenValues,
                               long rootProcessID,
                               java.util.Date dueDate,
                               java.lang.String comments)
Constructs the object with translated audit information with an information key, array of message parameters, indication as to whether additional auditing is required, identifier of the root process, due date, and comments.

Parameters:
infoKey - String identifier of Audit detail.
tokenValues - Object[] containing string values for replaceable tokens in the message bundle string.
rootProcessID - identifier of the root process.
dueDate - Date representing the new due date for the work item.
comments - Comments specified during the deferral.
Method Detail

getComments

public java.lang.String getComments()
Returns the comments specified during the deferral.

Returns:
String representing the comments specified during the deferral.

getDueDate

public java.util.Date getDueDate()
Returns the new due date for the work item.

Returns:
Date representing the new due date for the work item.

getRootProcessID

public long getRootProcessID()
Returns the identifier of the root process.

Returns:
long representing the identifier of the root process.

setComments

public void setComments(java.lang.String comments)
Sets the comments specified during the deferral.

Parameters:
comments - String representing the comments specified during the deferral.

setDueDate

public void setDueDate(java.util.Date dueDate)
Returns the new due date for the work item.

Parameters:
dueDate - Date representing the new due date for the work item.

setRootProcessID

public void setRootProcessID(long rootProcessID)
Sets the identifier of the root process.



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.