Uses of Class
org.exoplatform.services.jcr.ext.backup.BackupConfigurationException
-
Packages that use BackupConfigurationException Package Description org.exoplatform.services.jcr.ext.backup org.exoplatform.services.jcr.ext.backup.impl -
-
Uses of BackupConfigurationException in org.exoplatform.services.jcr.ext.backup
Subclasses of BackupConfigurationException in org.exoplatform.services.jcr.ext.backup Modifier and Type Class Description classRepositoryRestoreExeptionCreated by The eXo Platform SAS.classWorkspaceRestoreExceptionCreated by The eXo Platform SAS.Methods in org.exoplatform.services.jcr.ext.backup that throw BackupConfigurationException Modifier and Type Method Description 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.BackupChainBackupManager. startBackup(BackupConfig config)Starting backup.RepositoryBackupChainBackupManager. 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 BackupConfigurationException Modifier and Type Method Description 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.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.BackupChainBackupManagerImpl. startBackup(BackupConfig config)Starting backup.RepositoryBackupChainBackupManagerImpl. startBackup(RepositoryBackupConfig config)Starting repository backup.Constructors in org.exoplatform.services.jcr.ext.backup.impl that throw BackupConfigurationException Constructor Description BackupChainImpl(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)
-