Uses of Class
org.exoplatform.services.jcr.ext.backup.BackupConfigurationException
Packages that use BackupConfigurationException
Package
Description
-
Uses of BackupConfigurationException in org.exoplatform.services.jcr.ext.backup
Subclasses of BackupConfigurationException in org.exoplatform.services.jcr.ext.backupModifier and TypeClassDescriptionclassCreated by The eXo Platform SAS.classCreated by The eXo Platform SAS.Methods in org.exoplatform.services.jcr.ext.backup that throw BackupConfigurationExceptionModifier and TypeMethodDescriptionvoidBackupManager.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. -
Uses of BackupConfigurationException in org.exoplatform.services.jcr.ext.backup.impl
Methods in org.exoplatform.services.jcr.ext.backup.impl that throw BackupConfigurationExceptionModifier and TypeMethodDescriptionvoidBackupManagerImpl.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.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 BackupConfigurationExceptionModifierConstructorDescriptionBackupChainImpl(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)