| Package | Description |
|---|---|
| org.exoplatform.services.jcr.ext.backup | |
| org.exoplatform.services.jcr.ext.backup.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryRestoreExeption
Created by The eXo Platform SAS.
|
class |
WorkspaceRestoreException
Created by The eXo Platform SAS.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
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.
|
| Constructor and Description |
|---|
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) |
Copyright © 2018 eXo Platform SAS. All Rights Reserved.