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