Uses of Interface
org.exoplatform.services.jcr.ext.backup.BackupChain
Packages that use BackupChain
Package
Description
-
Uses of BackupChain in org.exoplatform.services.jcr.ext.backup
Methods in org.exoplatform.services.jcr.ext.backup that return BackupChainModifier and TypeMethodDescriptionBackupManager.findBackup(String backupId) Finding current backup by identifier.BackupManager.findBackup(String reposytore, String workspace) Finding current backup by repository and workspace.BackupManager.startBackup(BackupConfig config) Starting backup.Methods in org.exoplatform.services.jcr.ext.backup that return types with arguments of type BackupChainMethods in org.exoplatform.services.jcr.ext.backup with parameters of type BackupChain -
Uses of BackupChain in org.exoplatform.services.jcr.ext.backup.impl
Classes in org.exoplatform.services.jcr.ext.backup.impl that implement BackupChainMethods in org.exoplatform.services.jcr.ext.backup.impl that return BackupChainModifier and TypeMethodDescriptionBackupManagerImpl.findBackup(String backupId) Finding current backup by identifier.BackupManagerImpl.findBackup(String repository, String workspace) Finding current backup by repository and workspace.BackupManagerImpl.startBackup(BackupConfig config) Starting backup.Methods in org.exoplatform.services.jcr.ext.backup.impl that return types with arguments of type BackupChainMethods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type BackupChainModifier and TypeMethodDescriptionvoidBackupManagerImpl.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 BackupChainModifierConstructorDescriptionDetailedInfo(int type, BackupChain chain) DetailedInfo constructor.ShortInfo(int type, BackupChain chain) ShortInfo constructor.