eXo JCR :: Component :: Extension Service 1.15.0-CR2

Uses of Interface
org.exoplatform.services.jcr.ext.backup.RepositoryBackupChain

Packages that use RepositoryBackupChain
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
 interface BackupChain
          Created by The eXo Platform SAS.
 

Methods in org.exoplatform.services.jcr.ext.backup that return RepositoryBackupChain
 RepositoryBackupChain BackupManager.findRepositoryBackup(String repository)
          Finding current backup by repository.
 RepositoryBackupChain BackupManager.findRepositoryBackupId(String id)
          Finding current backup by id.
 RepositoryBackupChain BackupManager.startBackup(RepositoryBackupConfig config)
          Starting repository backup.
 

Methods in org.exoplatform.services.jcr.ext.backup that return types with arguments of type RepositoryBackupChain
 Set<RepositoryBackupChain> BackupManager.getCurrentRepositoryBackups()
          Getting current repository backups.
 

Methods in org.exoplatform.services.jcr.ext.backup with parameters of type RepositoryBackupChain
 void BackupManager.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
 class BackupChainImpl
          Created by The eXo Platform SARL .
 class RepositoryBackupChainImpl
          Created by The eXo Platform SAS.
 

Methods in org.exoplatform.services.jcr.ext.backup.impl that return RepositoryBackupChain
 RepositoryBackupChain BackupManagerImpl.findRepositoryBackup(String repository)
          Finding current backup by repository.
 RepositoryBackupChain BackupManagerImpl.findRepositoryBackupId(String backupId)
          Finding current backup by id.
 RepositoryBackupChain BackupManagerImpl.startBackup(RepositoryBackupConfig config)
          Starting repository backup.
 

Methods in org.exoplatform.services.jcr.ext.backup.impl that return types with arguments of type RepositoryBackupChain
 Set<RepositoryBackupChain> BackupManagerImpl.getCurrentRepositoryBackups()
          Getting current repository backups.
 

Methods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type RepositoryBackupChain
 void BackupManagerImpl.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
DetailedInfo(int type, RepositoryBackupChain chain)
          DetailedInfo constructor.
ShortInfo(int type, RepositoryBackupChain chain)
          ShortInfo constructor.
 


eXo JCR :: Component :: Extension Service 1.15.0-CR2

Copyright © 2012 eXo Platform SAS. All Rights Reserved.