| org.wfmc.audit.CWADPrefix
All known Subclasses: org.wfmc.audit.WMAAuditEntry,
CWADPrefix | public interface CWADPrefix extends Serializable(Code) | | The standard prefix for all audit entries.
author: Adrian Price |
getActivityDefinitionId | String getActivityDefinitionId()(Code) | | Returns the ID of the activity definition associated with the audit entry.
N.B. This property is an OBE extension to the WfMC standard, and is
present to support audit queries that retrieve all changes pertaining
to instances of a particular activity definition.
|
getCurrentProcessInstanceId | String getCurrentProcessInstanceId()(Code) | | |
getInitialProcessInstanceId | String getInitialProcessInstanceId()(Code) | | |
getProcessDefinitionId | String getProcessDefinitionId()(Code) | | Returns the ID of the process definition associated with the audit entry.
N.B. This property is an OBE extension to the WfMC standard, and is
present to support audit queries that retrieve all changes pertaining
to a particular process definition or its instances.
|
getWorkItemId | String getWorkItemId()(Code) | | Returns the ID of the work item associated with the audit entry.
N.B. This property is an OBE extension to the WfMC standard, and is
present to support audit queries that retrieve all changes pertaining
to a particular work item.
|
|
|