| AbstractWorkflowItemObject |
Interface of an abstract object used in a workflow.
|
| ControlflowItemObject |
Interface of an abstract object used in the controlflow of a workflow.
|
| DataflowWrapperObject |
Interface of a dataflow-object used to represent dataitems of a workflow.
|
| DataReferenceObject |
Interface of a reference between a task and a data item.
|
| NodeObject |
Interface of a node-object used in the controlflow of a workflow.
|
| ParentItemObject<T extends ControlflowItemObject> |
Interface of an abstract object used in the controlflow of a workflow.
|
| SequencedObject |
Interface of an object, which can be contained in a workflow-sequence.
|
| SequenceObject |
Interface of a sequence-object used in the controlflow of a workflow.
|
| StatusableObject |
Interface of a workflow-object, which contains a status.
|
| SubWorkflowObject |
Interface of a subworkflow-object.
|
| TaskObject |
Interface of a workflowleaf-object used in the controlflow of a workflow.
|
| WorkflowObject |
Interface of a workflow-object.
|