Uses of Interface
org.exoplatform.services.jcr.ext.backup.BackupChain
-
Packages that use BackupChain Package Description org.exoplatform.services.jcr.ext.backup org.exoplatform.services.jcr.ext.backup.impl org.exoplatform.services.jcr.ext.backup.server.bean.response -
-
Uses of BackupChain in org.exoplatform.services.jcr.ext.backup
Methods in org.exoplatform.services.jcr.ext.backup that return BackupChain Modifier and Type Method Description BackupChainBackupManager. findBackup(String backupId)Finding current backup by identifier.BackupChainBackupManager. findBackup(String reposytore, String workspace)Finding current backup by repository and workspace.BackupChainBackupManager. startBackup(BackupConfig config)Starting backup.Methods in org.exoplatform.services.jcr.ext.backup that return types with arguments of type BackupChain Modifier and Type Method Description Set<BackupChain>BackupManager. getCurrentBackups()Getting current backups.Methods in org.exoplatform.services.jcr.ext.backup with parameters of type BackupChain Modifier and Type Method Description voidBackupManager. stopBackup(BackupChain backup)Stop backup. -
Uses of BackupChain in org.exoplatform.services.jcr.ext.backup.impl
Classes in org.exoplatform.services.jcr.ext.backup.impl that implement BackupChain Modifier and Type Class Description classBackupChainImplCreated by The eXo Platform SARL .Methods in org.exoplatform.services.jcr.ext.backup.impl that return BackupChain Modifier and Type Method Description BackupChainBackupManagerImpl. findBackup(String backupId)Finding current backup by identifier.BackupChainBackupManagerImpl. findBackup(String repository, String workspace)Finding current backup by repository and workspace.BackupChainBackupManagerImpl. startBackup(BackupConfig config)Starting backup.Methods in org.exoplatform.services.jcr.ext.backup.impl that return types with arguments of type BackupChain Modifier and Type Method Description Set<BackupChain>BackupManagerImpl. getCurrentBackups()Getting current backups.Methods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type BackupChain Modifier and Type Method Description voidBackupManagerImpl. stopBackup(BackupChain backup)Stop backup. -
Uses of BackupChain in org.exoplatform.services.jcr.ext.backup.server.bean.response
Constructors in org.exoplatform.services.jcr.ext.backup.server.bean.response with parameters of type BackupChain Constructor Description DetailedInfo(int type, BackupChain chain)DetailedInfo constructor.ShortInfo(int type, BackupChain chain)ShortInfo constructor.
-