|
|||||||||||
| 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.DataEventAudit
Class representing an data change event in the workflow engine.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
DataEventAudit()
|
|
DataEventAudit(java.lang.String newDataValue,
java.lang.String dataName,
ActivityParticipant participant)
Constructs the object with data to audit. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Access method for the dataName property. |
java.lang.String |
getNewData()
Access method for the newData property. |
ActivityParticipant |
getParticipant()
Access method for the paticipant property. |
void |
setName(java.lang.String aDataName)
Sets the value of the dataName property. |
void |
setNewData(java.lang.String aNewData)
Sets the value of the newData property. |
void |
setParticipant(ActivityParticipant participant)
Sets the value of the participant property. |
| 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 DataEventAudit()
public DataEventAudit(java.lang.String newDataValue,
java.lang.String dataName,
ActivityParticipant participant)
| Method Detail |
public java.lang.String getNewData()
public void setNewData(java.lang.String aNewData)
aNewData - the new value of the newData propertypublic java.lang.String getName()
public void setName(java.lang.String aDataName)
aDataName - The new value of the dataName property.public ActivityParticipant getParticipant()
public void setParticipant(ActivityParticipant participant)
participant - the new value of the participant property
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||