de.danet.an.workflow.omgcore
Interface WfStateAuditEvent

All Superinterfaces:
WfAuditEvent

public interface WfStateAuditEvent
extends WfAuditEvent

A WfStateAuditEvent provides an audit record of information for a WfExecutionObject's state change.


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
 String newState()
          Returns the current value of the attribute newState.
 String oldState()
          Returns the current value of the attribute oldState.
 
Methods inherited from interface de.danet.an.workflow.omgcore.WfAuditEvent
activityKey, activityName, eventType, processKey, processMgrName, processMgrVersion, processName, source, timeStamp
 

Method Detail

oldState

public String oldState()
Returns the current value of the attribute oldState.

Returns:
the current value of the attribute.

newState

public String newState()
Returns the current value of the attribute newState.

Returns:
the current value of the attribute.