de.danet.an.workflow.omgcore
Interface WfDataAuditEvent

All Superinterfaces:
WfAuditEvent

public interface WfDataAuditEvent
extends WfAuditEvent

A WfDataAuditEvent provides an audit record of either context changes of a WfExecutionObject or result changes of a WfActivity.


Field Summary
 
Fields inherited from interface de.danet.an.workflow.omgcore.WfAuditEvent
ACTIVITY_ASSIGNMENT_CHANGED, ACTIVITY_CONTEXT_CHANGED, ACTIVITY_RESULT_CHANGED, ACTIVITY_STATE_CHANGED, PROCESS_CONTEXT_CHANGED, PROCESS_CREATED, PROCESS_STATE_CHANGED
 
Method Summary
 ProcessData newData()
          Returns the current value of the attribute newData.
 ProcessData oldData()
          Returns the current value of the attribute oldData.
 
Methods inherited from interface de.danet.an.workflow.omgcore.WfAuditEvent
activityKey, activityName, eventType, processKey, processMgrName, processMgrVersion, processName, source, timeStamp
 

Method Detail

oldData

public ProcessData oldData()
Returns the current value of the attribute oldData.

Returns:
the current value of the attribute.

newData

public ProcessData newData()
Returns the current value of the attribute newData.

Returns:
the current value of the attribute.