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

Uses of Class
org.exoplatform.services.jcr.ext.backup.RepositoryBackupChainLog

Packages that use RepositoryBackupChainLog
org.exoplatform.services.jcr.ext.backup   
org.exoplatform.services.jcr.ext.backup.impl   
org.exoplatform.services.jcr.ext.backup.server.bean.response   
 

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

Methods in org.exoplatform.services.jcr.ext.backup that return RepositoryBackupChainLog
 RepositoryBackupChainLog[] BackupManager.getRepositoryBackupsLogs()
          Getting all repository backup logs.
 

Methods in org.exoplatform.services.jcr.ext.backup with parameters of type RepositoryBackupChainLog
 void BackupManager.restore(RepositoryBackupChainLog log, RepositoryEntry repositoryEntry, boolean asynchronous)
          Repository restore from backup.
 void BackupManager.restore(RepositoryBackupChainLog log, RepositoryEntry repositoryEntry, boolean asynchronous, boolean removeJobOnceOver)
          Repository restore from backup.
 void BackupManager.restore(RepositoryBackupChainLog log, RepositoryEntry repositoryEntry, Map<String,String> workspaceNamesCorrespondMap, boolean asynchronous)
          Repository restore from backup.
 void ExtendedBackupManager.restoreExistingRepository(RepositoryBackupChainLog log, RepositoryEntry repositoryEntry, boolean asynchronous)
          Restore existing repository.
 

Uses of RepositoryBackupChainLog in org.exoplatform.services.jcr.ext.backup.impl
 

Methods in org.exoplatform.services.jcr.ext.backup.impl that return RepositoryBackupChainLog
 RepositoryBackupChainLog JobRepositoryRestore.getRepositoryBackupChainLog()
          GetRepositoryBackupChainLog.
 RepositoryBackupChainLog[] BackupManagerImpl.getRepositoryBackupsLogs()
          Getting all repository backup logs.
 

Methods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type RepositoryBackupChainLog
 void BackupManagerImpl.restore(RepositoryBackupChainLog log, RepositoryEntry repositoryEntry, boolean asynchronous)
          Repository restore from backup.
 void BackupManagerImpl.restore(RepositoryBackupChainLog log, RepositoryEntry repositoryEntry, boolean asynchronous, boolean removeJobOnceOver)
          Repository restore from backup.
 void BackupManagerImpl.restore(RepositoryBackupChainLog rblog, RepositoryEntry repositoryEntry, Map<String,String> workspaceNamesCorrespondMap, boolean asynchronous)
          Repository restore from backup.
 void BackupManagerImpl.restoreExistingRepository(RepositoryBackupChainLog rblog, RepositoryEntry repositoryEntry, boolean asynchronous)
          Restore existing repository.
 

Uses of RepositoryBackupChainLog 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 RepositoryBackupChainLog
DetailedInfo(int type, RepositoryBackupChainLog chainLog)
          DetailedInfo constructor.
DetailedInfo(int type, RepositoryBackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state, String repositroryName)
          DetailedInfo constructor.
DetailedInfoEx(int type, RepositoryBackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state, String repositroryName, RepositoryEntry repositoryEntry, String failMessage)
           
ShortInfo(int type, RepositoryBackupChainLog chainLog)
          ShortInfo constructor.
ShortInfo(int type, RepositoryBackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state)
          ShortInfo constructor.
ShortInfo(int type, RepositoryBackupChainLog chainLog, Calendar startedTime, Calendar finishedTime, int state, String repositroryName)
          ShortInfo constructor.
 


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

Copyright © 2014 eXo Platform SAS. All Rights Reserved.