de.danet.an.workflow.localcoreapi |
This package provides local variants (i.e. without RemoteException)
of {@link de.danet.an.workflow.omgcore the OMG API}.
@since V2.1
|
Java Source File Name | Type | Comment |
WfActivityLocal.java | Interface | WfActivity is a step in a process that is associated,
as part of an aggregation, with a single
de.danet.an.workflow.localcoreapi.WfProcessLocal WfProcess . |
WfExecutionObjectLocal.java | Interface | WfExecutionObject is an abstract base interface that defines
common attributes, states, and operations for
de.danet.an.workflow.localcoreapi.WfProcessLocal WfProcess and
de.danet.an.workflow.localcoreapi.WfActivityLocal WfActivity . |
WfObjectLocal.java | Interface | A tagging interface that all omgcore interfaces must extend. |
WfProcessLocal.java | Interface | WfProcess is the performer of a workflow request. |