Package de.xima.fc.workflow
Class CustomBackupData
- java.lang.Object
 - 
- de.xima.fc.workflow.CustomBackupData
 
 
- 
- All Implemented Interfaces:
 Serializable
public class CustomBackupData extends Object implements 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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CustomBackupData() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<WorkflowStateModel>getStates()voidsetStates(List<WorkflowStateModel> states) 
 - 
 
- 
- 
Method Detail
- 
getStates
public List<WorkflowStateModel> getStates()
- Returns:
 - Workflow states contained in the workflow version.
 
 
- 
setStates
public void setStates(List<WorkflowStateModel> states)
- Parameters:
 states- Workflow states contained in the workflow version.
 
 - 
 
 -