Uses of Interface
org.exoplatform.services.jcr.ext.backup.RepositoryBackupChain
-
Packages that use RepositoryBackupChain 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 RepositoryBackupChain in org.exoplatform.services.jcr.ext.backup
Subinterfaces of RepositoryBackupChain in org.exoplatform.services.jcr.ext.backup Modifier and Type Interface Description interfaceBackupChainCreated by The eXo Platform SAS.Methods in org.exoplatform.services.jcr.ext.backup that return RepositoryBackupChain Modifier and Type Method Description RepositoryBackupChainBackupManager. findRepositoryBackup(String repository)Finding current backup by repository.RepositoryBackupChainBackupManager. findRepositoryBackupId(String id)Finding current backup by id.RepositoryBackupChainBackupManager. startBackup(RepositoryBackupConfig config)Starting repository backup.Methods in org.exoplatform.services.jcr.ext.backup that return types with arguments of type RepositoryBackupChain Modifier and Type Method Description Set<RepositoryBackupChain>BackupManager. getCurrentRepositoryBackups()Getting current repository backups.Methods in org.exoplatform.services.jcr.ext.backup with parameters of type RepositoryBackupChain Modifier and Type Method Description voidBackupManager. 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 RepositoryBackupChain Modifier and Type Class Description classBackupChainImplCreated by The eXo Platform SARL .classRepositoryBackupChainImplCreated by The eXo Platform SAS.Methods in org.exoplatform.services.jcr.ext.backup.impl that return RepositoryBackupChain Modifier and Type Method Description RepositoryBackupChainBackupManagerImpl. findRepositoryBackup(String repository)Finding current backup by repository.RepositoryBackupChainBackupManagerImpl. findRepositoryBackupId(String backupId)Finding current backup by id.RepositoryBackupChainBackupManagerImpl. startBackup(RepositoryBackupConfig config)Starting repository backup.Methods in org.exoplatform.services.jcr.ext.backup.impl that return types with arguments of type RepositoryBackupChain Modifier and Type Method Description Set<RepositoryBackupChain>BackupManagerImpl. getCurrentRepositoryBackups()Getting current repository backups.Methods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type RepositoryBackupChain Modifier and Type Method Description voidBackupManagerImpl. 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 RepositoryBackupChain Constructor Description DetailedInfo(int type, RepositoryBackupChain chain)DetailedInfo constructor.ShortInfo(int type, RepositoryBackupChain chain)ShortInfo constructor.
-