|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfAuditEvent | |
de.danet.an.workflow.api | This package defines the the workflow API provided by Danet's workflow component. |
de.danet.an.workflow.omgcore | This package defines the core domain of a workflow management system. |
Uses of WfAuditEvent in de.danet.an.workflow.api |
Subinterfaces of WfAuditEvent in de.danet.an.workflow.api | |
interface |
ProcessClosedAuditEvent
A ProcessClosedAuditEvent extends the
WfStateAuditEvent . |
Methods in de.danet.an.workflow.api that return WfAuditEvent | |
WfAuditEvent |
EventSubscriber.receive()
Receives the next audit event. |
WfAuditEvent |
EventSubscriber.receive(long timeout)
Receives the next audit event that arrives within the specified timeout interval. |
WfAuditEvent |
EventSubscriber.receiveNoWait()
Receives the next audit event if one is immediately available. |
Methods in de.danet.an.workflow.api with parameters of type WfAuditEvent | |
void |
DefaultRequester.receiveEvent(WfAuditEvent wfAuditEvent)
|
Uses of WfAuditEvent in de.danet.an.workflow.omgcore |
Subinterfaces of WfAuditEvent in de.danet.an.workflow.omgcore | |
interface |
WfAssignmentAuditEvent
A WfAssignmentAuditEvent provides an audit record of
assignment change information for either the status of an
assignment change for a WfActivity or when an exisiting
assignment is reassigned to another resource. |
interface |
WfCreateProcessAuditEvent
A WfCreateProcessAuditEvent provides an audit record
with information related to the creation of a process.
|
interface |
WfDataAuditEvent
A WfDataAuditEvent provides an audit record of either
context
changes of a WfExecutionObject or result changes of a
WfActivity . |
interface |
WfStateAuditEvent
A WfStateAuditEvent provides an audit record of
information for a WfExecutionObject 's state change. |
Methods in de.danet.an.workflow.omgcore with parameters of type WfAuditEvent | |
void |
WfAuditHandler.receiveEvent(WfAuditEvent e)
Called by the workflow engine if an event occurs. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |