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 interfaceIElementWithTask<TElement>Represents a workflow element together with theWorkflowTaskto 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 classElementKeyThe key of a workflow element that uniquely identifies it within the context of a process.classNodeKeyThe key of a workflow node that uniquely identifies it within the context of a process.classTriggerKeyThe 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 classElementWithTask<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 classFlowchartSelection<TElement>Describes the currently selected element of the flowchart.classNodeWithTaskclassTriggerWithTask 
 -