org.wfmc.audit
Interface CWADPrefix

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
WMAAuditEntry

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

public 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

public 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

public java.lang.String getInitialProcessInstanceId()

getCurrentProcessInstanceId

public java.lang.String getCurrentProcessInstanceId()

getActivityInstanceId

public java.lang.String getActivityInstanceId()

getWorkItemId

public 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

public java.lang.String getProcessState()

getEventCode

public WMAEventCode getEventCode()

getDomainId

public java.lang.String getDomainId()

getNodeId

public java.lang.String getNodeId()

getUserId

public java.lang.String getUserId()

getRoleId

public java.lang.String getRoleId()

getTimestamp

public java.util.Date getTimestamp()

getInformationId

public java.lang.String getInformationId()


SourceForge.net Logo OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.