Uses of Interface
de.danet.an.workflow.omgcore.WfExecutionObject

Packages that use WfExecutionObject
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 WfExecutionObject in de.danet.an.workflow.api
 

Subinterfaces of WfExecutionObject in de.danet.an.workflow.api
 interface Activity
          Interface Activity adds some functions to the OMG activity.
 interface ExecutionObject
          Interface ExecutionObject extends the OMG execution object with additional methods that allow the type-safe state class to be used to query and set state.
 interface Process
          Interface Process adds some functions to the OMG process.
 

Uses of WfExecutionObject in de.danet.an.workflow.omgcore
 

Subinterfaces of WfExecutionObject in de.danet.an.workflow.omgcore
 interface WfActivity
          WfActivity is a step in a process that is associated, as part of an aggregation, with a single WfProcess.
 interface WfProcess
          WfProcess is the performer of a workflow request.
 

Methods in de.danet.an.workflow.omgcore that return WfExecutionObject
 WfExecutionObject WfAuditEvent.source()
          Returns the current value of the attribute source.