|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use de.danet.an.workflow.omgcore | |
| 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.aii | This package defines the application invocation interface used by the workflow package to invoke tool agents that control applications. |
| de.danet.an.workflow.spis.ras |
This package defines the Resource Assignment Service used in the
de.danet.an.workflow package. |
| 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. |
| Classes in de.danet.an.workflow.omgcore used by de.danet.an.workflow.api | |
| CannotCompleteException
This exception is raised by an attempt to complete execution of a
when it cannot be completed yet. |
|
| InvalidDataException
This exception is raised by an attempt to update the context of the result of a
with data that does not match the signature of that object. |
|
| InvalidPerformerException
This exception is raised by an attempt to signal a
to a
that was not created by one of the
associated with the
. |
|
| InvalidResourceException
This exception is raised by an attempt to assign or remove an invalid resource. |
|
| InvalidStateException
This exception is raised by an attempt to change the state of a
to a state that is not defined for that object. |
|
| NotAssignedException
This exception is raised by an attempt to release a
from an assignment it is not associated with. |
|
ProcessData
ProcessData represents context and result data of
a .
|
|
ProcessDataInfo
ProcessDataInfo describes the structure of the process
data associated with a
. |
|
| TransitionNotAllowedException
This exception is raised by an attempt to perform an invalid state transistion of a . |
|
WfActivity
WfActivity is a step in a process that is associated,
as part of an aggregation, with a single
.
|
|
| WfAssignment
A WfAssignment links
objects to
objects. |
|
| WfAuditEvent
A WfAuditEvent provides an audit record of workflow event
information. |
|
| WfAuditHandler
The listener interface for receiving an event from a process. |
|
WfExecutionObject
WfExecutionObject is an abstract base interface that defines
common attributes, states, and operations for
and
. |
|
| WfExecutionObject.ClosedState
This class defines the sub-states of State.CLOSED of a as returned by . |
|
| WfExecutionObject.State
This class defines the top-hierachy possible states of a as returned
by . |
|
| WfObject
A tagging interface that all omgcore interfaces must extend. |
|
WfProcess
WfProcess is the performer of a workflow request. |
|
| WfProcessMgr
A WfProcessMgr represents a template for a specific
workflow process; it is used to create instances of a workflow
process. |
|
WfRequester
WfRequester is the interface that has a direct concern
with the execution and results of a workflow process. |
|
WfResource
WfResource is an abstraction that represents a person or
thing that will potentially accept an assignment to an activity. |
|
| WfStateAuditEvent
A WfStateAuditEvent provides an audit record of
information for a WfExecutionObject's state change. |
|
| Classes in de.danet.an.workflow.omgcore used by de.danet.an.workflow.omgcore | |
| AlreadyRunningException
This exception is raised by an attempt to start a
that is already running. |
|
| AlreadySuspendedException
This exception is raised by an attempt to suspend a that is already suspended. |
|
| CannotChangeRequesterException
This exception is raised when a change of a
is requested, but cannot be fulfilled. |
|
| CannotCompleteException
This exception is raised by an attempt to complete execution of a
when it cannot be completed yet. |
|
| CannotResumeException
This exception is raised by an operation on a
that attempts to resume an object that is not in a proper condition. |
|
| CannotStartException
This exception is raised by an attempt to start a
that cannot be started yet. |
|
| CannotStopException
This exception is raised by an operation on a
that attempts to stop an object that is not in a proper condition. |
|
| CannotSuspendException
This exception is raised by an operation on a
that attempts to suspend an object that is not in the proper condidition. |
|
| HistoryNotAvailableException
This exception is raised by a request for event audit history of a
when the history is not available.
|
|
| InvalidControlOperationException
This exception is raised by an operation on a
that attempts to perform an invalid control operation on that object. |
|
| InvalidDataException
This exception is raised by an attempt to update the context of the result of a
with data that does not match the signature of that object. |
|
| InvalidPerformerException
This exception is raised by an attempt to signal a
to a
that was not created by one of the
associated with the
. |
|
| InvalidPriorityException
This exception is raised by an attempt to assign an invalid priority to a . |
|
| InvalidRequesterException
This exception is raised when a
is being identified that cannot be a "parent" of instances of the process
modell.
|
|
| InvalidResourceException
This exception is raised by an attempt to assign or remove an invalid resource. |
|
| InvalidStateException
This exception is raised by an attempt to change the state of a
to a state that is not defined for that object. |
|
| NotAssignedException
This exception is raised by an attempt to release a
from an assignment it is not associated with. |
|
| NotEnabledException
This exception is raised by an attempt to create a
using a
that is disabled. |
|
| NotRunningException
This exception is raised by an operation on a
that attempts to perform a control operation on an object that needs to be
in a running state, but is not. |
|
| NotSuspendedException
This exception is raised by an operation on a
that attempts to perform a control operation on an object that needs to be
in a suspended state, but is not. |
|
ProcessData
ProcessData represents context and result data of
a .
|
|
ProcessDataInfo
ProcessDataInfo describes the structure of the process
data associated with a
. |
|
| RequesterRequiredException
This exception is raised when a valid
is required by the process definition, but one is not supplied. |
|
| ResultNotAvailableException
This exception is raised when the requested result of a
is not available (yet). |
|
| SourceNotAvailableException
This exception is raised by the request for the source of a
when the source is no longer available. |
|
| TransitionNotAllowedException
This exception is raised by an attempt to perform an invalid state transistion of a . |
|
| UpdateNotAllowedException
This exception is raised when it is not allowed to update the process context. |
|
WfActivity
WfActivity is a step in a process that is associated,
as part of an aggregation, with a single
.
|
|
| WfAssignment
A WfAssignment links
objects to
objects. |
|
| WfAuditEvent
A WfAuditEvent provides an audit record of workflow event
information. |
|
| WfAuditHandler
The listener interface for receiving an event from a process. |
|
WfExecutionObject
WfExecutionObject is an abstract base interface that defines
common attributes, states, and operations for
and
. |
|
| WfExecutionObject.ClosedState
This class defines the sub-states of State.CLOSED of a as returned by . |
|
| WfExecutionObject.NotRunningState
This class defines the sub-states of OpenState.NOT_RUNNING of a as returned by . |
|
| WfExecutionObject.OpenState
This class defines the sub-states of State.OPEN of a as returned by . |
|
| WfExecutionObject.State
This class defines the top-hierachy possible states of a as returned
by . |
|
| WfObject
A tagging interface that all omgcore interfaces must extend. |
|
WfProcess
WfProcess is the performer of a workflow request. |
|
| WfProcessMgr
A WfProcessMgr represents a template for a specific
workflow process; it is used to create instances of a workflow
process. |
|
WfRequester
WfRequester is the interface that has a direct concern
with the execution and results of a workflow process. |
|
WfResource
WfResource is an abstraction that represents a person or
thing that will potentially accept an assignment to an activity. |
|
| Classes in de.danet.an.workflow.omgcore used by de.danet.an.workflow.spis.aii | |
| CannotCompleteException
This exception is raised by an attempt to complete execution of a
when it cannot be completed yet. |
|
| InvalidDataException
This exception is raised by an attempt to update the context of the result of a
with data that does not match the signature of that object. |
|
| TransitionNotAllowedException
This exception is raised by an attempt to perform an invalid state transistion of a . |
|
| Classes in de.danet.an.workflow.omgcore used by de.danet.an.workflow.spis.ras | |
| InvalidResourceException
This exception is raised by an attempt to assign or remove an invalid resource. |
|
| NotAssignedException
This exception is raised by an attempt to release a
from an assignment it is not associated with. |
|
WfActivity
WfActivity is a step in a process that is associated,
as part of an aggregation, with a single
.
|
|
| WfAssignment
A WfAssignment links
objects to
objects. |
|
WfResource
WfResource is an abstraction that represents a person or
thing that will potentially accept an assignment to an activity. |
|
| Classes in de.danet.an.workflow.omgcore used by de.danet.an.workflow.spis.rms | |
| NotAssignedException
This exception is raised by an attempt to release a
from an assignment it is not associated with. |
|
| WfAssignment
A WfAssignment links
objects to
objects. |
|
| WfObject
A tagging interface that all omgcore interfaces must extend. |
|
WfResource
WfResource is an abstraction that represents a person or
thing that will potentially accept an assignment to an activity. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||