|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfObject | |
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. |
de.danet.an.workflow.spis.rms |
This package defines the interface to a resource management
service (RMS) as used in the
de.danet.an.workflow.spis.ras sample
implementation. |
Uses of WfObject in de.danet.an.workflow.api |
Subinterfaces of WfObject in de.danet.an.workflow.api | |
interface |
Activity
Interface Activity adds some functions to the
OMG activity . |
interface |
Channel
This interface defines a named connection with a process that can be used to receive messages from activities and send messages to activities. |
interface |
EventSubscriber
An EventSubscriber represents a connection to the
workflow engine's event queue. |
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 |
GroupResource
This interface extends the interface WfResource for resources
that are groups. |
interface |
Process
Interface Process adds some functions to the
OMG process . |
interface |
ProcessDefinitionDirectory
This interface defines a process definiton directory. |
interface |
ProcessDirectory
Client interface for the process directory. |
interface |
ProcessMgr
Interface ProcessMgr adds some functions to the
OMG process manager . |
interface |
RoleResource
This interface extends the interface WfResource for resources
that are roles. |
interface |
UserResource
This interface extends the interface WfResource for resources
that are users. |
interface |
WorkflowService
This interface defines the methods provided by the workflow engine. |
Classes in de.danet.an.workflow.api that implement WfObject | |
class |
DefaultRequester
This class provides an implementation of a .
|
Methods in de.danet.an.workflow.api that return WfObject | |
WfObject |
WorkflowService.eventReceiver(WfAuditHandler handler)
Deprecated. since version 1.3.2. Use
instead and set a handler for the object thus obtained |
Methods in de.danet.an.workflow.api with parameters of type WfObject | |
void |
WorkflowService.release(WfObject obj)
Release an object obtained from the workflow service immediately instead of waiting for it to be automatically released. |
Uses of WfObject in de.danet.an.workflow.omgcore |
Subinterfaces of WfObject 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
.
|
interface |
WfAssignment
A WfAssignment links
objects to
objects. |
interface |
WfExecutionObject
WfExecutionObject is an abstract base interface that defines
common attributes, states, and operations for
and
. |
interface |
WfProcess
WfProcess is the performer of a workflow request. |
interface |
WfProcessMgr
A WfProcessMgr represents a template for a specific
workflow process; it is used to create instances of a workflow
process. |
interface |
WfRequester
WfRequester is the interface that has a direct concern
with the execution and results of a workflow process. |
interface |
WfResource
WfResource is an abstraction that represents a person or
thing that will potentially accept an assignment to an activity. |
Uses of WfObject in de.danet.an.workflow.spis.rms |
Classes in de.danet.an.workflow.spis.rms that implement WfObject | |
class |
DefaultGroupResource
This class provides a GroupResource implementation based
on the BasicResource . |
class |
DefaultResource
This class provides a default implementation of the 's methods
,
and
.
|
class |
DefaultRoleResource
This class provides a RoleResource implementation based
on the BasicResource . |
class |
DefaultUserResource
This class provides a UserResource implementation based
on the BasicResource . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |