Class ElementUpdateCurrentTaskParams
java.lang.Object
de.xima.fc.workflow.designer.model.ElementUpdateCurrentTaskParams
- All Implemented Interfaces:
IElementUpdateCurrentTaskParams
,Serializable
public final class ElementUpdateCurrentTaskParams
extends Object
implements IElementUpdateCurrentTaskParams, Serializable
POJO implementation of
IElementUpdateCurrentTaskParams
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionElementUpdateCurrentTaskParams
(UUID oldTaskUuid, UUID newTaskUuid) Creates a new POJO with the given data. -
Method Summary
-
Constructor Details
-
ElementUpdateCurrentTaskParams
Creates a new POJO with the given data.- Parameters:
oldTaskUuid
- Value returned bygetOldTaskUuid()
.newTaskUuid
- Value returned bygetNewTaskUuid()
.
-
-
Method Details
-
getNewTaskUuid
- Specified by:
getNewTaskUuid
in interfaceIElementUpdateCurrentTaskParams
- Returns:
- The UUID of the new task of the selection.
-
getOldTaskUuid
- Specified by:
getOldTaskUuid
in interfaceIElementUpdateCurrentTaskParams
- Returns:
- The UUID of the old task of the selection.
-