|
Interface Summary |
| Activity |
A single task of a org.demac.process.base.dpdl.WorkflowProcess. |
| ActivityRef |
A unique reference to a Activity, so that an activity can be reused within the process. |
| ActivitySet |
A set of reusable org.demac.process.base.dpdl.ActivityRefs
and org.demac.process.base.dpdl.Transitions. |
| Application |
A placeholder for a non-manual performer of an org.demac.process.base.dpdl.Activity,
for example a service. |
| BasicDPDLComponent |
Top of hierarchy of DPDL elements with no library binding |
| BlockActivity |
A org.demac.process.base.dpdl.BlockActivity is referencing an
org.demac.process.base.dpdl.ActivitySet within a
org.demac.process.base.dpdl.WorkflowProcess. |
| Compensation |
A set of org.demac.process.base.dpdl.ActivityRefs that is called in case of a
failed transaction to compensate the effects of the transaction. |
| Condition |
An element to specify a Transition Condition. |
| ConnectionResetHandler |
An element to handle connection resets occuring during the execution
of an activity. |
| DataField |
A variable which may be empty, may contain initial data or reference an
org.demac.process.core.dpdl.ExternalReference. |
| DataType |
A certain data type for a org.demac.process.base.dpdl.DataField,
consisting of a basic or complex data type. |
| Deadline |
A deadline for an org.demac.process.base.dpdl.Activity. |
| Exception |
A specified exception handler, consisting of org.demac.process.base.dpdl.ActivityRefs
and org.demac.process.base.dpdl.Transitions. |
| ExtendedAttribute |
An org.demac.process.base.dpdl.ExtendedAttribute to extend the functionality of the
xpdl- / dpdl-specification
to meet individual needs of groups or organizations. |
| FormalParameter |
Invocation parameters for an org.demac.process.base.dpdl.Application or
for a org.demac.process.base.dpdl.SubFlow. |
| Implementation |
An org.demac.process.base.dpdl.Activity that has an implemenation body. |
| Join |
A org.demac.process.base.dpdl.TransitionRestriction that joins a set of
incoming transitions. |
| Loop |
An Activity, that will be executed
until a condition is evaluated to false. |
| LoopActivity |
An org.demac.process.base.dpdl.Activity that references a
org.demac.process.base.dpdl.Loop. |
| Package |
A global container to hold the process definition itself, its non functional requirements,
its participants, applications and data definitions. |
| Route |
An element to express a dummy Activity, only existing
for routing purposes. |
| ServiceHandle |
Unique Handle to reference a service or any other kind of application. |
| Split |
A org.demac.process.base.dpdl.TransitionRestriction that splits a set
of outgoing transitions. |
| SubFlow |
An Activity representing a subprocess. |
| Tool |
A tool that specifies the invocation of an org.demac.process.base.dpdl.Application
with a set of process-side defined actual parameters. |
| Transaction |
Deprecated. Since DPDL version 1.1 |
| TransactionActivity |
Deprecated. Since version 1.1 of DPDL |
| Transition |
A Transition to connect two Activities. |
| TransitionRestriction |
A restriction to in or outgoing org.demac.process.base.dpdl.Transitions. |
| WorkflowProcess |
A full implemented org.demac.process.base.dpdl.WorkflowProcess,
extending the small version of a org.demac.process.core.dpdl.Process
used in the CoreModule of the Process Service. |
| Xpression |
An expression holding an arbitrary set of actual parameters as operands and a function
as an operator to evaluate the expression. |