|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.workflow.model.EventAudit | +--com.ibm.itim.workflow.model.InformationEventAudit
Class representing an auditable information event in the workflow engine.
Field Summary |
---|
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 |
public InformationEventAudit(java.lang.String info)
Method Detail |
public java.lang.String getInfo()
public void setInfo(java.lang.String info)
info
- Audited information.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |