|
eXo JCR :: Component :: Extension Service 1.15.0-CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BackupConfigurationException | |
|---|---|
| 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 | |
|---|---|
class |
RepositoryRestoreExeption
Created by The eXo Platform SAS. |
class |
WorkspaceRestoreException
Created by The eXo Platform SAS. |
| Methods in org.exoplatform.services.jcr.ext.backup that throw BackupConfigurationException | |
|---|---|
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. |
| Uses of BackupConfigurationException in org.exoplatform.services.jcr.ext.backup.impl |
|---|
| Methods in org.exoplatform.services.jcr.ext.backup.impl that throw BackupConfigurationException | |
|---|---|
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. |
| Constructors in org.exoplatform.services.jcr.ext.backup.impl that throw BackupConfigurationException | |
|---|---|
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)
|
|
|
eXo JCR :: Component :: Extension Service 1.15.0-CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||