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   
 

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

Methods in org.exoplatform.services.jcr.ext.backup that return BackupChain
 BackupChain BackupManager.findBackup(java.lang.String reposytore, java.lang.String workspace)
           
 BackupChain BackupManager.startBackup(BackupConfig config)
           
 

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

Methods in org.exoplatform.services.jcr.ext.backup with parameters of type BackupChain
 void BackupManager.stopBackup(BackupChain 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(java.lang.String repository, java.lang.String workspace)
           
 BackupChain BackupManagerImpl.startBackup(BackupConfig config)
           
 

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

Methods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type BackupChain
 void BackupManagerImpl.stopBackup(BackupChain backup)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.