Package de.xima.fc.interfaces.workflow
Interface ITaskUuidProviding
-
- All Known Subinterfaces:
IElementWithTask<TElement>
- All Known Implementing Classes:
ElementKey,ElementWithTask,FlowchartSelection,NodeKey,NodeWithTask,TriggerKey,TriggerWithTask
public interface ITaskUuidProvidingInterface for workflow elements that have got a UUID to identify the parent task.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUIDgetTaskUuid()
-
-
-
Method Detail
-
getTaskUuid
@Nullable UUID getTaskUuid()
- Returns:
- The UUID that identifies the task to which the workflow element belongs.
-
-