|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WfDataEventAudit
OMG definition: This interface specializes WfEventAudit for data change events. A data change event is signaled when the context of a WfExecutionObject or the result of a WfActivity is initialized or changed. The event_type is processContextChanged, activityContextChanged, or activityResultChanged.
Method Summary | |
---|---|
java.util.Map |
new_data()
Records the context resp. result data of the execution object after the change; only the data items that were changed are reported. |
java.util.Map |
old_data()
Records the context resp. result data of the execution object before the change; only the data items that were changed are reported. |
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.util.Map old_data() throws java.lang.Exception
The old data are recorded for convenience here; they could be deduced by analyzing the history of the execution object. Support for recording of old data is optional.
java.lang.Exception
java.util.Map new_data() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |