eXo JCR :: Component :: Extension Service 1.15.1-CP01

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

Packages that use BackupOperationException
org.exoplatform.services.jcr.ext.backup   
org.exoplatform.services.jcr.ext.backup.impl   
 

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

Methods in org.exoplatform.services.jcr.ext.backup that throw BackupOperationException
 URL BackupJob.getStorageURL()
          Getting storage URL.
 void BackupManager.restore(BackupChainLog log, String repositoryName, WorkspaceEntry workspaceEntry, boolean asynchronous)
          Restore from backup.
 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(File repositoryBackupSetDir, boolean asynchronous)
          Restore existing repository.
 void ExtendedBackupManager.restoreExistingRepository(RepositoryBackupChainLog log, RepositoryEntry repositoryEntry, boolean asynchronous)
          Restore existing repository.
 void ExtendedBackupManager.restoreExistingRepository(String repositoryBackupIdentifier, boolean asynchronous)
          Restore existing repository.
 void ExtendedBackupManager.restoreExistingRepository(String repositoryBackupIdentifier, RepositoryEntry repositoryEntry, boolean asynchronous)
          Restore existing repository.
 void ExtendedBackupManager.restoreExistingWorkspace(BackupChainLog log, String repositoryName, WorkspaceEntry workspaceEntry, boolean asynchronous)
          Restore existing workspace.
 void ExtendedBackupManager.restoreExistingWorkspace(File workspaceBackupSetDir, boolean asynchronous)
          Restore existing workspace.
 void ExtendedBackupManager.restoreExistingWorkspace(String workspaceBackupIdentifier, boolean asynchronous)
          Restore existing workspace.
 void ExtendedBackupManager.restoreExistingWorkspace(String workspaceBackupIdentifier, String repositoryName, WorkspaceEntry workspaceEntry, boolean asynchronous)
          Restore existing workspace.
 void ExtendedBackupManager.restoreRepository(File repositoryBackupSetDir, boolean asynchronous)
          ReprositoryEntry for restore should be contains in BackupChainLog.
 void ExtendedBackupManager.restoreRepository(String repositoryBackupIdentifier, boolean asynchronous)
          ReprositoryEntry for restore should be contains in BackupChainLog.
 void ExtendedBackupManager.restoreWorkspace(File workspaceBackupSetDir, boolean asynchronous)
          WorkspaceEntry for restore should be contains in BackupChainLog.
 void ExtendedBackupManager.restoreWorkspace(String workspaceBackupIdentifier, boolean asynchronous)
          WorkspaceEntry for restore should be contains in BackupChainLog.
 BackupChain BackupManager.startBackup(BackupConfig config)
          Starting backup.
 RepositoryBackupChain BackupManager.startBackup(RepositoryBackupConfig config)
          Starting repository backup.
 

Constructors in org.exoplatform.services.jcr.ext.backup that throw BackupOperationException
BackupChainLog(File log)
          BackupChainLog constructor.
BackupChainLog(File logDir, BackupConfig config, String fullBackupType, String incrementalBackupType, String backupId, RepositoryServiceConfiguration repositoryServiceConfiguration, File rootDir)
          BackupChainLog constructor.
RepositoryBackupChainLog(File log)
           
RepositoryBackupChainLog(File logDirectory, RepositoryBackupConfig config, String fullBackupType, String incrementalBackupType, String systemWorkspace, List<String> wsLogFilePathList, String backupId, Calendar startTime, RepositoryEntry rEntry, RepositoryServiceConfiguration repositoryServiceConfiguration)
           
 

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

Methods in org.exoplatform.services.jcr.ext.backup.impl that throw BackupOperationException
 BackupChainLog JobWorkspaceRestore.getBackupChainLog()
          getBackupChainLog.
 RepositoryBackupChainLog JobRepositoryRestore.getRepositoryBackupChainLog()
          GetRepositoryBackupChainLog.
 void BackupManagerImpl.restore(BackupChainLog log, String repositoryName, WorkspaceEntry workspaceEntry, boolean asynchronous)
          Restore from backup.
 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(File repositoryBackupSetDir, boolean asynchronous)
          Restore existing repository.
 void BackupManagerImpl.restoreExistingRepository(RepositoryBackupChainLog rblog, RepositoryEntry repositoryEntry, boolean asynchronous)
          Restore existing repository.
 void BackupManagerImpl.restoreExistingRepository(String repositoryBackupIdentifier, boolean asynchronous)
          Restore existing repository.
 void BackupManagerImpl.restoreExistingRepository(String repositoryBackupIdentifier, RepositoryEntry repositoryEntry, boolean asynchronous)
          Restore existing repository.
 void BackupManagerImpl.restoreExistingWorkspace(BackupChainLog log, String repositoryName, WorkspaceEntry workspaceEntry, boolean asynchronous)
          Restore existing workspace.
 void BackupManagerImpl.restoreExistingWorkspace(File workspaceBackupSetDir, boolean asynchronous)
          Restore existing workspace.
 void BackupManagerImpl.restoreExistingWorkspace(String workspaceBackupIdentifier, boolean asynchronous)
          Restore existing workspace.
 void BackupManagerImpl.restoreExistingWorkspace(String workspaceBackupIdentifier, String repositoryName, WorkspaceEntry workspaceEntry, boolean asynchronous)
          Restore existing workspace.
protected  void BackupManagerImpl.restoreOverInitializer(BackupChainLog log, String repositoryName, WorkspaceEntry workspaceEntry)
           
protected  void JobRepositoryRestore.restoreRepository()
          Will be restored the workspace.
 void BackupManagerImpl.restoreRepository(File repositoryBackupSetDir, boolean asynchronous)
          ReprositoryEntry for restore should be contains in BackupChainLog.
 void BackupManagerImpl.restoreRepository(String repositoryBackupIdentifier, boolean asynchronous)
          ReprositoryEntry for restore should be contains in BackupChainLog.
 void BackupManagerImpl.restoreWorkspace(File workspaceBackupSetDir, boolean asynchronous)
          WorkspaceEntry for restore should be contains in BackupChainLog.
 void BackupManagerImpl.restoreWorkspace(String workspaceBackupIdentifier, boolean asynchronous)
          WorkspaceEntry for restore should be contains in BackupChainLog.
 BackupChain BackupManagerImpl.startBackup(BackupConfig config)
          Starting backup.
 RepositoryBackupChain BackupManagerImpl.startBackup(RepositoryBackupConfig config)
          Starting repository backup.
 

Constructors in org.exoplatform.services.jcr.ext.backup.impl that throw BackupOperationException
BackupChainImpl(BackupConfig config, File logDirectory, RepositoryService repositoryService, String fullBackupType, String incrementalBackupType, String backupId, File rootDir, Calendar startTime)
           
RepositoryBackupChainImpl(RepositoryBackupConfig config, File logDirectory, RepositoryService repositoryService, String fullBackupType, String incrementalBackupType, String repositoryBackupId)
           
 


eXo JCR :: Component :: Extension Service 1.15.1-CP01

Copyright © 2013 eXo Platform SAS. All Rights Reserved.