Uses of Class
org.exoplatform.services.jcr.ext.backup.BackupOperationException
Packages that use BackupOperationException
Package
Description
-
Uses of BackupOperationException in org.exoplatform.services.jcr.ext.backup
Methods in org.exoplatform.services.jcr.ext.backup that throw BackupOperationExceptionModifier and TypeMethodDescriptionBackupJob.getStorageURL()Getting storage URL.voidBackupManager.restore(BackupChainLog log, String repositoryName, org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry, boolean asynchronous) Restore from backup.voidBackupManager.restore(RepositoryBackupChainLog log, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, boolean asynchronous) Repository restore from backup.voidBackupManager.restore(RepositoryBackupChainLog log, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, boolean asynchronous, boolean removeJobOnceOver) Repository restore from backup.voidBackupManager.restore(RepositoryBackupChainLog log, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, Map<String, String> workspaceNamesCorrespondMap, boolean asynchronous) Repository restore from backup.voidExtendedBackupManager.restoreExistingRepository(File repositoryBackupSetDir, boolean asynchronous) Restore existing repository.voidExtendedBackupManager.restoreExistingRepository(String repositoryBackupIdentifier, boolean asynchronous) Restore existing repository.voidExtendedBackupManager.restoreExistingRepository(String repositoryBackupIdentifier, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, boolean asynchronous) Restore existing repository.voidExtendedBackupManager.restoreExistingRepository(RepositoryBackupChainLog log, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, boolean asynchronous) Restore existing repository.voidExtendedBackupManager.restoreExistingWorkspace(File workspaceBackupSetDir, boolean asynchronous) Restore existing workspace.voidExtendedBackupManager.restoreExistingWorkspace(String workspaceBackupIdentifier, boolean asynchronous) Restore existing workspace.voidExtendedBackupManager.restoreExistingWorkspace(String workspaceBackupIdentifier, String repositoryName, org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry, boolean asynchronous) Restore existing workspace.voidExtendedBackupManager.restoreExistingWorkspace(BackupChainLog log, String repositoryName, org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry, boolean asynchronous) Restore existing workspace.voidExtendedBackupManager.restoreRepository(File repositoryBackupSetDir, boolean asynchronous) ReprositoryEntry for restore should be contains in BackupChainLog.voidExtendedBackupManager.restoreRepository(String repositoryBackupIdentifier, boolean asynchronous) ReprositoryEntry for restore should be contains in BackupChainLog.voidExtendedBackupManager.restoreWorkspace(File workspaceBackupSetDir, boolean asynchronous) WorkspaceEntry for restore should be contains in BackupChainLog.voidExtendedBackupManager.restoreWorkspace(String workspaceBackupIdentifier, boolean asynchronous) WorkspaceEntry for restore should be contains in BackupChainLog.BackupManager.startBackup(BackupConfig config) Starting backup.BackupManager.startBackup(RepositoryBackupConfig config) Starting repository backup.Constructors in org.exoplatform.services.jcr.ext.backup that throw BackupOperationExceptionModifierConstructorDescriptionBackupChainLog(File log) BackupChainLog constructor.BackupChainLog(File logDir, BackupConfig config, String fullBackupType, String incrementalBackupType, String backupId, org.exoplatform.services.jcr.config.RepositoryServiceConfiguration repositoryServiceConfiguration, File rootDir) BackupChainLog constructor.RepositoryBackupChainLog(File logDirectory, RepositoryBackupConfig config, String fullBackupType, String incrementalBackupType, String systemWorkspace, List<String> wsLogFilePathList, String backupId, Calendar startTime, org.exoplatform.services.jcr.config.RepositoryEntry rEntry, org.exoplatform.services.jcr.config.RepositoryServiceConfiguration repositoryServiceConfiguration) -
Uses of BackupOperationException in org.exoplatform.services.jcr.ext.backup.impl
Methods in org.exoplatform.services.jcr.ext.backup.impl that throw BackupOperationExceptionModifier and TypeMethodDescriptionJobWorkspaceRestore.getBackupChainLog()getBackupChainLog.JobRepositoryRestore.getRepositoryBackupChainLog()GetRepositoryBackupChainLog.voidBackupManagerImpl.restore(BackupChainLog log, String repositoryName, org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry, boolean asynchronous) Restore from backup.voidBackupManagerImpl.restore(RepositoryBackupChainLog log, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, boolean asynchronous) Repository restore from backup.voidBackupManagerImpl.restore(RepositoryBackupChainLog log, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, boolean asynchronous, boolean removeJobOnceOver) Repository restore from backup.voidBackupManagerImpl.restore(RepositoryBackupChainLog rblog, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, Map<String, String> workspaceNamesCorrespondMap, boolean asynchronous) Repository restore from backup.voidBackupManagerImpl.restoreExistingRepository(File repositoryBackupSetDir, boolean asynchronous) Restore existing repository.voidBackupManagerImpl.restoreExistingRepository(String repositoryBackupIdentifier, boolean asynchronous) Restore existing repository.voidBackupManagerImpl.restoreExistingRepository(String repositoryBackupIdentifier, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, boolean asynchronous) Restore existing repository.voidBackupManagerImpl.restoreExistingRepository(RepositoryBackupChainLog rblog, org.exoplatform.services.jcr.config.RepositoryEntry repositoryEntry, boolean asynchronous) Restore existing repository.voidBackupManagerImpl.restoreExistingWorkspace(File workspaceBackupSetDir, boolean asynchronous) Restore existing workspace.voidBackupManagerImpl.restoreExistingWorkspace(String workspaceBackupIdentifier, boolean asynchronous) Restore existing workspace.voidBackupManagerImpl.restoreExistingWorkspace(String workspaceBackupIdentifier, String repositoryName, org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry, boolean asynchronous) Restore existing workspace.voidBackupManagerImpl.restoreExistingWorkspace(BackupChainLog log, String repositoryName, org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry, boolean asynchronous) Restore existing workspace.protected voidBackupManagerImpl.restoreOverInitializer(BackupChainLog log, String repositoryName, org.exoplatform.services.jcr.config.WorkspaceEntry workspaceEntry) voidBackupManagerImpl.restoreRepository(File repositoryBackupSetDir, boolean asynchronous) ReprositoryEntry for restore should be contains in BackupChainLog.voidBackupManagerImpl.restoreRepository(String repositoryBackupIdentifier, boolean asynchronous) ReprositoryEntry for restore should be contains in BackupChainLog.protected voidJobRepositoryRestore.restoreRepository()Will be restored the workspace.voidBackupManagerImpl.restoreWorkspace(File workspaceBackupSetDir, boolean asynchronous) WorkspaceEntry for restore should be contains in BackupChainLog.voidBackupManagerImpl.restoreWorkspace(String workspaceBackupIdentifier, boolean asynchronous) WorkspaceEntry for restore should be contains in BackupChainLog.BackupManagerImpl.startBackup(BackupConfig config) Starting backup.BackupManagerImpl.startBackup(RepositoryBackupConfig config) Starting repository backup.Constructors in org.exoplatform.services.jcr.ext.backup.impl that throw BackupOperationExceptionModifierConstructorDescriptionBackupChainImpl(BackupConfig config, File logDirectory, org.exoplatform.services.jcr.RepositoryService repositoryService, String fullBackupType, String incrementalBackupType, String backupId, File rootDir, Calendar startTime) RepositoryBackupChainImpl(RepositoryBackupConfig config, File logDirectory, org.exoplatform.services.jcr.RepositoryService repositoryService, String fullBackupType, String incrementalBackupType, String repositoryBackupId)