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

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

Packages that use BackupChain
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
 BackupChain BackupManager.findBackup(String backupId)
          Finding current backup by identifier.
 BackupChain BackupManager.findBackup(String reposytore, String workspace)
          Finding current backup by repository and workspace.
 BackupChain BackupManager.startBackup(BackupConfig config)
          Starting backup.
 

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

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

Methods in org.exoplatform.services.jcr.ext.backup.impl that return BackupChain
 BackupChain BackupManagerImpl.findBackup(String backupId)
          Finding current backup by identifier.
 BackupChain BackupManagerImpl.findBackup(String repository, String workspace)
          Finding current backup by repository and workspace.
 BackupChain BackupManagerImpl.startBackup(BackupConfig config)
          Starting backup.
 

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

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


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

Copyright © 2012 eXo Platform SAS. All Rights Reserved.