public class DeferWorkItemEventAudit extends I18NInformationEventAudit
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 and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getInfo, getInfo, getInfoId, getLocalizedMessage, getNoAdditionalAuditing, getTokens, normalize, setNoAdditionalAuditing, toXMLgetActivityId, getEventType, getId, getProcessId, getTimeStamp, setActivityId, setEventType, setId, setProcessId, setTimeStamppublic DeferWorkItemEventAudit(java.lang.String infoKey,
java.lang.Object[] tokenValues,
long rootProcessID,
java.util.Date dueDate,
java.lang.String comments)
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.public java.lang.String getComments()
public java.util.Date getDueDate()
public long getRootProcessID()
public void setComments(java.lang.String comments)
comments - String representing the comments specified during the deferral.public void setDueDate(java.util.Date dueDate)
dueDate - Date representing the new due date for the work item.public void setRootProcessID(long rootProcessID)