Uses of Class
de.xima.fc.entities.WorkflowVersionBackup
Packages that use WorkflowVersionBackup
Package
Description
-
Uses of WorkflowVersionBackup in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return WorkflowVersionBackupModifier and TypeMethodDescriptionWorkflowVersionBackupDao.createNewBackup(IEntityContext ec, WorkflowVersion workflowVersion, String backupData) Methods in de.xima.fc.dao.impl that return types with arguments of type WorkflowVersionBackupModifier and TypeMethodDescriptionWorkflowVersionBackupDao.allByWorkflowVersion(IEntityContext ec, WorkflowVersion workflowVersion) -
Uses of WorkflowVersionBackup in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return WorkflowVersionBackupModifier and TypeMethodDescriptionIWorkflowVersionBackupDao.createNewBackup(IEntityContext ec, WorkflowVersion workflowVersion, String backupData) Creates a new workflow version backup with the data of the given workflow version.Methods in de.xima.fc.dao.interfaces that return types with arguments of type WorkflowVersionBackupModifier and TypeMethodDescriptionIWorkflowVersionBackupDao.allByWorkflowVersion(IEntityContext ec, WorkflowVersion workflowVersion) Retrieves all available backups for the given workflow version, sorted in ascending order bygetDateCreated(). -
Uses of WorkflowVersionBackup in de.xima.fc.workflow.converter
Methods in de.xima.fc.workflow.converter with parameters of type WorkflowVersionBackupModifier and TypeMethodDescriptionstatic FlowchartSnapshotWorkflowPersistHelper.loadSnapshotForBackup(IEntityContext ec, WorkflowVersionBackup backup) -
Uses of WorkflowVersionBackup in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean with parameters of type WorkflowVersionBackupModifier and TypeMethodDescriptionWorkflowBackupBean.getBackupLabel(WorkflowVersionBackup item) Creates the label for the available backup items in the backup chooser. -
Uses of WorkflowVersionBackup in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return WorkflowVersionBackupMethods in de.xima.fc.workflow.designer.model that return types with arguments of type WorkflowVersionBackupModifier and TypeMethodDescriptionWorkflowBackupModel.getAvailableBackups()WorkflowRequestContextModel.getAvailableBackups()Methods in de.xima.fc.workflow.designer.model with parameters of type WorkflowVersionBackupModifier and TypeMethodDescriptionvoidWorkflowBackupModel.setSelectedBackup(WorkflowVersionBackup selectedBackup) Method parameters in de.xima.fc.workflow.designer.model with type arguments of type WorkflowVersionBackupModifier and TypeMethodDescriptionvoidWorkflowBackupModel.setAvailableBackups(List<WorkflowVersionBackup> availableBackups) voidWorkflowRequestContextModel.setAvailableBackups(List<WorkflowVersionBackup> availableBackups)