Package de.xima.fc.workflow
Class CustomBackupData
java.lang.Object
de.xima.fc.workflow.CustomBackupData
- All Implemented Interfaces:
Serializable
Model with the additional data for the JSON serialized form of a workflow version (in addition to the process model).
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CustomBackupData
public CustomBackupData()
-
-
Method Details
-
getStates
- Returns:
- Workflow states contained in the workflow version.
-
setStates
- Parameters:
states
- Workflow states contained in the workflow version.
-