|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.workflow.model.EventAudit
com.ibm.itim.workflow.model.I18NInformationEventAudit
com.ibm.itim.workflow.model.DeferWorkItemEventAudit
public class DeferWorkItemEventAudit
Audit information for when an activity is deferred.
Field Summary |
---|
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 |
---|
public 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.Method Detail |
---|
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)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |