Uses of Class
de.xima.fc.workflow.designer.model.WorkflowBackupModel
Packages that use WorkflowBackupModel
Package
Description
- 
Uses of WorkflowBackupModel in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return WorkflowBackupModelMethods in de.xima.fc.workflow.designer.bean with parameters of type WorkflowBackupModelModifier and TypeMethodDescriptionvoidWorkflowModelBean.setBackupModel(WorkflowBackupModel backupModel)  - 
Uses of WorkflowBackupModel in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return WorkflowBackupModelModifier and TypeMethodDescriptionstatic WorkflowBackupModelWorkflowBackupHelper.createBackupModel(IEntityContext ec, WorkflowVersion workflowVersion) Creates the backup model with all current backups available for the given workflow version.Methods in de.xima.fc.workflow.designer.helper with parameters of type WorkflowBackupModelModifier and TypeMethodDescriptionstatic voidWorkflowBackupHelper.updateBackupModel(IEntityContext ec, WorkflowVersion workflowVersion, WorkflowBackupModel backupModel) Updates the given backup model with the data from the workflow version, including the list of available backups and the maximum backup count. - 
Uses of WorkflowBackupModel in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return WorkflowBackupModel