Uses of Class
org.exoplatform.services.jcr.ext.backup.BackupOperationException
-
Packages that use BackupOperationException Package Description 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 Modifier and Type Method Description URLBackupJob. 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.BackupChainBackupManager. startBackup(BackupConfig config)Starting backup.RepositoryBackupChainBackupManager. startBackup(RepositoryBackupConfig config)Starting repository backup.Constructors in org.exoplatform.services.jcr.ext.backup that throw BackupOperationException Constructor Description BackupChainLog(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 log)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 BackupOperationException Modifier and Type Method Description BackupChainLogJobWorkspaceRestore. getBackupChainLog()getBackupChainLog.RepositoryBackupChainLogJobRepositoryRestore. 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.BackupChainBackupManagerImpl. startBackup(BackupConfig config)Starting backup.RepositoryBackupChainBackupManagerImpl. startBackup(RepositoryBackupConfig config)Starting repository backup.Constructors in org.exoplatform.services.jcr.ext.backup.impl that throw BackupOperationException 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)
-