|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A WfAuditEvent
provides an audit record of workflow event
information.
It provides information on the source of the event and contains
specific event data. Workflow events include state changes, change of a
resource assignment, and data changes. Workflow events are persistent and
can be accessed navigating the history relationship of a
WfExecutionObject
.
Workflow audit event objects are not part of the persistent state of their source workflow object.
Field Summary | |
static java.lang.String |
ACTIVITY_ASSIGNMENT_CHANGED
An identifier for the event type "activityAssignmentChanged" |
static java.lang.String |
ACTIVITY_CONTEXT_CHANGED
An identifier for the event type "activityContextChanged" |
static java.lang.String |
ACTIVITY_RESULT_CHANGED
An identifier for the event type "activityResultChanged" |
static java.lang.String |
ACTIVITY_STATE_CHANGED
An identifier for the event type "activityStateChanged" |
static java.lang.String |
PROCESS_CONTEXT_CHANGED
An identifier for the event type "processContextChanged" |
static java.lang.String |
PROCESS_CREATED
An identifier for the event type "processCreated" |
static java.lang.String |
PROCESS_STATE_CHANGED
An identifier for the event type "processStateChanged" |
Method Summary | |
java.lang.String |
activityKey()
Returns the current value of the attribute activityKey . |
java.lang.String |
activityName()
Returns the current value of the attribute activityName . |
java.lang.String |
eventType()
Returns the current value of the attribute eventType . |
java.lang.String |
processKey()
Returns the current value of the attribute processKey . |
java.lang.String |
processMgrName()
Returns the current value of the attribute processMgrName . |
java.lang.String |
processMgrVersion()
Returns the current value of the attribute processMgrVersion . |
java.lang.String |
processName()
Returns the current value of the attribute processName . |
WfExecutionObject |
source()
Returns the current value of the attribute source .
|
java.util.Date |
timeStamp()
Returns the current value of the attribute timeStamp . |
Field Detail |
public static final java.lang.String PROCESS_CREATED
public static final java.lang.String PROCESS_STATE_CHANGED
public static final java.lang.String PROCESS_CONTEXT_CHANGED
public static final java.lang.String ACTIVITY_STATE_CHANGED
public static final java.lang.String ACTIVITY_CONTEXT_CHANGED
public static final java.lang.String ACTIVITY_RESULT_CHANGED
public static final java.lang.String ACTIVITY_ASSIGNMENT_CHANGED
Method Detail |
public WfExecutionObject source() throws SourceNotAvailableException
source
.
The source of the event is the WfExceutionObject
associated to the event, i.e. that triggered the event.
SourceNotAvailableException
- if the source is not available.public java.util.Date timeStamp()
timeStamp
.
public java.lang.String eventType()
eventType
.
public java.lang.String activityKey()
activityKey
.
public java.lang.String activityName()
activityName
.
public java.lang.String processKey()
processKey
.
public java.lang.String processName()
processName
.
public java.lang.String processMgrName()
processMgrName
.
public java.lang.String processMgrVersion()
processMgrVersion
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |