de.danet.an.workflow.api
Interface ProcessClosedAuditEvent

All Superinterfaces:
WfAuditEvent, WfStateAuditEvent

public interface ProcessClosedAuditEvent
extends WfStateAuditEvent

A ProcessClosedAuditEvent extends the WfStateAuditEvent. It is reported when a process changes its state to closed. In addition to the information provided by the base WfStateAuditEvent, this event provides the process' result. This makes the result available to listeners waiting for the end of a process even in cases when a process is automatically removed after completion.

Author:
Michael Lipp
See Also:
WfProcess.result()

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 result()
           
 
Methods inherited from interface de.danet.an.workflow.omgcore.WfStateAuditEvent
newState, oldState
 
Methods inherited from interface de.danet.an.workflow.omgcore.WfAuditEvent
activityKey, activityName, eventType, processKey, processMgrName, processMgrVersion, processName, source, timeStamp
 

Method Detail

result

public ProcessData result()
Returns:
Returns the result.