Uses of Class
de.xima.fc.entities.WorkflowVersionBackup
-
Packages that use WorkflowVersionBackup Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.workflow.converter de.xima.fc.workflow.designer.bean de.xima.fc.workflow.designer.model -
-
Uses of WorkflowVersionBackup in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return WorkflowVersionBackup Modifier and Type Method Description WorkflowVersionBackup
WorkflowVersionBackupDao. createNewBackup(IEntityContext ec, WorkflowVersion workflowVersion, String backupData)
Methods in de.xima.fc.dao.impl that return types with arguments of type WorkflowVersionBackup Modifier and Type Method Description List<WorkflowVersionBackup>
WorkflowVersionBackupDao. allByWorkflowVersion(IEntityContext ec, WorkflowVersion workflowVersion)
-
Uses of WorkflowVersionBackup in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return WorkflowVersionBackup Modifier and Type Method Description WorkflowVersionBackup
IWorkflowVersionBackupDao. 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 WorkflowVersionBackup Modifier and Type Method Description List<WorkflowVersionBackup>
IWorkflowVersionBackupDao. 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 WorkflowVersionBackup Modifier and Type Method Description static FlowchartSnapshot
WorkflowPersistHelper. 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 WorkflowVersionBackup Modifier and Type Method Description String
WorkflowBackupBean. 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 WorkflowVersionBackup Modifier and Type Method Description WorkflowVersionBackup
WorkflowBackupModel. getSelectedBackup()
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type WorkflowVersionBackup Modifier and Type Method Description List<WorkflowVersionBackup>
WorkflowBackupModel. getAvailableBackups()
List<WorkflowVersionBackup>
WorkflowRequestContextModel. getAvailableBackups()
Methods in de.xima.fc.workflow.designer.model with parameters of type WorkflowVersionBackup Modifier and Type Method Description void
WorkflowBackupModel. setSelectedBackup(WorkflowVersionBackup selectedBackup)
Method parameters in de.xima.fc.workflow.designer.model with type arguments of type WorkflowVersionBackup Modifier and Type Method Description void
WorkflowBackupModel. setAvailableBackups(List<WorkflowVersionBackup> availableBackups)
void
WorkflowRequestContextModel. setAvailableBackups(List<WorkflowVersionBackup> availableBackups)
-