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 ofIElementUpdateCurrentTaskParams
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ElementUpdateCurrentTaskParams(UUID oldTaskUuid, UUID newTaskUuid)
Creates a new POJO with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
getNewTaskUuid()
UUID
getOldTaskUuid()
-
-
-
Constructor Detail
-
ElementUpdateCurrentTaskParams
public ElementUpdateCurrentTaskParams(UUID oldTaskUuid, UUID newTaskUuid)
Creates a new POJO with the given data.- Parameters:
oldTaskUuid
- Value returned bygetOldTaskUuid()
.newTaskUuid
- Value returned bygetNewTaskUuid()
.
-
-
Method Detail
-
getNewTaskUuid
public UUID getNewTaskUuid()
- Specified by:
getNewTaskUuid
in interfaceIElementUpdateCurrentTaskParams
- Returns:
- The UUID of the new task of the selection.
-
getOldTaskUuid
public UUID getOldTaskUuid()
- Specified by:
getOldTaskUuid
in interfaceIElementUpdateCurrentTaskParams
- Returns:
- The UUID of the old task of the selection.
-
-