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:
  • Constructor Details

    • CustomBackupData

      public CustomBackupData()
  • Method Details

    • 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.