Class 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 Detail

      • CustomBackupData

        public CustomBackupData()
    • 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.