org.enhydra.shark.api.client.wfmc.audit
Interface CWADPrefix

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
WMAAssignActivityInstanceAttributesData, WMAAssignProcessInstanceAttributeData, WMAAssignWorkItemAttributeData, WMAAssignWorkItemData, WMAAuditBase, WMAAuditEntry, WMAChangeActivityInstanceStateData, WMAChangeProcessDefinitionState, WMAChangeProcessInstanceStateData, WMAChangeWorkItemStateData, WMACreateProcessInstanceData

public interface CWADPrefix
extends java.io.Serializable

The standard prefix for all audit entries.

Author:
Adrian Price

Method Summary
 java.lang.String getActivityDefinitionId()
          Returns the ID of the activity definition associated with the audit entry.
 java.lang.String getActivityInstanceId()
           
 java.lang.String getCurrentProcessInstanceId()
           
 java.lang.String getDomainId()
           
 WMAEventCode getEventCode()
           
 java.lang.String getInformationId()
           
 java.lang.String getInitialProcessInstanceId()
           
 java.lang.String getNodeId()
           
 java.lang.String getProcessDefinitionId()
          Returns the ID of the process definition associated with the audit entry.
 java.lang.String getProcessState()
           
 java.lang.String getRoleId()
           
 java.util.Date getTimestamp()
           
 java.lang.String getUserId()
           
 java.lang.String getWorkItemId()
          Returns the ID of the work item associated with the audit entry.
 

Method Detail

getProcessDefinitionId

java.lang.String getProcessDefinitionId()
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.


getActivityDefinitionId

java.lang.String getActivityDefinitionId()
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.


getInitialProcessInstanceId

java.lang.String getInitialProcessInstanceId()

getCurrentProcessInstanceId

java.lang.String getCurrentProcessInstanceId()

getActivityInstanceId

java.lang.String getActivityInstanceId()

getWorkItemId

java.lang.String getWorkItemId()
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.


getProcessState

java.lang.String getProcessState()

getEventCode

WMAEventCode getEventCode()

getDomainId

java.lang.String getDomainId()

getNodeId

java.lang.String getNodeId()

getUserId

java.lang.String getUserId()

getRoleId

java.lang.String getRoleId()

getTimestamp

java.util.Date getTimestamp()

getInformationId

java.lang.String getInformationId()