|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WfStateEventAudit
OMG definition: This interface specializes WfEventAudit by adding state change information. A state change event is signaled when a WfExecutionObject changes its state. This covers both state changes resulting from a change_state operation request and internal state changes triggered by the execution logic of a WfProcess (e.g., process completes successfully, activity is suspended because the containing process was suspended, etc.).
The event_type is processStateChanged or activityStateChanged.
Method Summary | |
---|---|
java.lang.String |
new_state()
The state of the execution object after the state change is recorded. |
java.lang.String |
old_state()
The state of the execution object before the status change is recorded. |
Methods inherited from interface org.enhydra.shark.api.client.wfmodel.WfEventAudit |
---|
activity_key, activity_name, event_type, process_key, process_mgr_name, process_mgr_version, process_name, source, time_stamp |
Method Detail |
---|
java.lang.String old_state() throws java.lang.Exception
java.lang.Exception
java.lang.String new_state() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |