Uses of Interface
org.exoplatform.services.jcr.ext.backup.RepositoryBackupChain
Packages that use RepositoryBackupChain
Package
Description
-
Uses of RepositoryBackupChain in org.exoplatform.services.jcr.ext.backup
Subinterfaces of RepositoryBackupChain in org.exoplatform.services.jcr.ext.backupMethods in org.exoplatform.services.jcr.ext.backup that return RepositoryBackupChainModifier and TypeMethodDescriptionBackupManager.findRepositoryBackup(String repository) Finding current backup by repository.BackupManager.findRepositoryBackupId(String id) Finding current backup by id.BackupManager.startBackup(RepositoryBackupConfig config) Starting repository backup.Methods in org.exoplatform.services.jcr.ext.backup that return types with arguments of type RepositoryBackupChainModifier and TypeMethodDescriptionBackupManager.getCurrentRepositoryBackups()Getting current repository backups.Methods in org.exoplatform.services.jcr.ext.backup with parameters of type RepositoryBackupChainModifier and TypeMethodDescriptionvoidBackupManager.stopBackup(RepositoryBackupChain backup) Stop backup. -
Uses of RepositoryBackupChain in org.exoplatform.services.jcr.ext.backup.impl
Classes in org.exoplatform.services.jcr.ext.backup.impl that implement RepositoryBackupChainModifier and TypeClassDescriptionclassCreated by The eXo Platform SARL .classCreated by The eXo Platform SAS.Methods in org.exoplatform.services.jcr.ext.backup.impl that return RepositoryBackupChainModifier and TypeMethodDescriptionBackupManagerImpl.findRepositoryBackup(String repository) Finding current backup by repository.BackupManagerImpl.findRepositoryBackupId(String backupId) Finding current backup by id.BackupManagerImpl.startBackup(RepositoryBackupConfig config) Starting repository backup.Methods in org.exoplatform.services.jcr.ext.backup.impl that return types with arguments of type RepositoryBackupChainModifier and TypeMethodDescriptionBackupManagerImpl.getCurrentRepositoryBackups()Getting current repository backups.Methods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type RepositoryBackupChainModifier and TypeMethodDescriptionvoidBackupManagerImpl.stopBackup(RepositoryBackupChain backup) Stop backup. -
Uses of RepositoryBackupChain 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 RepositoryBackupChainModifierConstructorDescriptionDetailedInfo(int type, RepositoryBackupChain chain) DetailedInfo constructor.ShortInfo(int type, RepositoryBackupChain chain) ShortInfo constructor.