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 ITaskUuidProviding
Interface 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 UUID
getTaskUuid()
-
-
-
Method Detail
-
getTaskUuid
@Nullable UUID getTaskUuid()
- Returns:
- The UUID that identifies the task to which the workflow element belongs.
-
-