Class ElementWithTask<TElement>
java.lang.Object
de.xima.fc.workflow.processor.model.ElementWithTask<TElement>
- Type Parameters:
TElement
- Type of the workflow element (trigger or node).
- All Implemented Interfaces:
IElementWithTask<TElement>
,ITaskUuidProviding
,Serializable
POJO implementation of
IElementWithTask
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionElementWithTask
(UUID taskUuid, TElement element) Creates a new POJO with the given data. -
Method Summary
-
Constructor Details
-
ElementWithTask
Creates a new POJO with the given data.- Parameters:
taskUuid
- Value returned byIElementWithTask.getTaskUuid()
element
- Value returned byIElementWithTask.getElement()
-
-
Method Details
-
getElement
- Specified by:
getElement
in interfaceIElementWithTask<TElement>
- Returns:
- The instance of the wrapped workflow element.
-
getTaskUuid
- Specified by:
getTaskUuid
in interfaceIElementWithTask<TElement>
- Specified by:
getTaskUuid
in interfaceITaskUuidProviding
- Returns:
- The UUID that identifies the task to which the workflow element belongs.
-