Uses of Interface
de.xima.fc.interfaces.workflow.ITaskUuidProviding
-
Packages that use ITaskUuidProviding Package Description de.xima.fc.interfaces.workflow.elements de.xima.fc.workflow de.xima.fc.workflow.processor.model de.xima.fc.workflow.taglib.model -
-
Uses of ITaskUuidProviding in de.xima.fc.interfaces.workflow.elements
Subinterfaces of ITaskUuidProviding in de.xima.fc.interfaces.workflow.elements Modifier and Type Interface Description interface
IElementWithTask<TElement>
Represents a workflow element together with theWorkflowTask
to which it belongs. -
Uses of ITaskUuidProviding in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement ITaskUuidProviding Modifier and Type Class Description class
ElementKey
The key of a workflow element that uniquely identifies it within the context of a process.class
NodeKey
The key of a workflow node that uniquely identifies it within the context of a process.class
TriggerKey
The key of a workflow trigger that uniquely identifies it within the context of a process. -
Uses of ITaskUuidProviding in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement ITaskUuidProviding Modifier and Type Class Description class
ElementWithTask<TElement>
POJO implementation ofIElementWithTask
. -
Uses of ITaskUuidProviding in de.xima.fc.workflow.taglib.model
Classes in de.xima.fc.workflow.taglib.model that implement ITaskUuidProviding Modifier and Type Class Description class
FlowchartSelection<TElement>
Describes the currently selected element of the flowchart.class
NodeWithTask
class
TriggerWithTask
-