|
eXo JCR :: Component :: Extension Service 1.16.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtendedBackupManager
Created by The eXo Platform SAS.
Date: 2010
| Field Summary |
|---|
| Fields inherited from interface org.exoplatform.services.jcr.ext.backup.BackupManager |
|---|
FULL_AND_INCREMENTAL, FULL_BACKUP_ONLY |
| Method Summary | |
|---|---|
void |
restoreExistingRepository(File repositoryBackupSetDir,
boolean asynchronous)
Restore existing repository. |
void |
restoreExistingRepository(RepositoryBackupChainLog log,
RepositoryEntry repositoryEntry,
boolean asynchronous)
Restore existing repository. |
void |
restoreExistingRepository(String repositoryBackupIdentifier,
boolean asynchronous)
Restore existing repository. |
void |
restoreExistingRepository(String repositoryBackupIdentifier,
RepositoryEntry repositoryEntry,
boolean asynchronous)
Restore existing repository. |
void |
restoreExistingWorkspace(BackupChainLog log,
String repositoryName,
WorkspaceEntry workspaceEntry,
boolean asynchronous)
Restore existing workspace. |
void |
restoreExistingWorkspace(File workspaceBackupSetDir,
boolean asynchronous)
Restore existing workspace. |
void |
restoreExistingWorkspace(String workspaceBackupIdentifier,
boolean asynchronous)
Restore existing workspace. |
void |
restoreExistingWorkspace(String workspaceBackupIdentifier,
String repositoryName,
WorkspaceEntry workspaceEntry,
boolean asynchronous)
Restore existing workspace. |
void |
restoreRepository(File repositoryBackupSetDir,
boolean asynchronous)
ReprositoryEntry for restore should be contains in BackupChainLog. |
void |
restoreRepository(String repositoryBackupIdentifier,
boolean asynchronous)
ReprositoryEntry for restore should be contains in BackupChainLog. |
void |
restoreWorkspace(File workspaceBackupSetDir,
boolean asynchronous)
WorkspaceEntry for restore should be contains in BackupChainLog. |
void |
restoreWorkspace(String workspaceBackupIdentifier,
boolean asynchronous)
WorkspaceEntry for restore should be contains in BackupChainLog. |
| Methods inherited from interface org.exoplatform.services.jcr.ext.backup.BackupManager |
|---|
findBackup, findBackup, findRepositoryBackup, findRepositoryBackupId, getBackupDirectory, getBackupsLogs, getCurrentBackups, getCurrentRepositoryBackups, getDefaultIncrementalJobPeriod, getFullBackupType, getIncrementalBackupType, getLastRepositoryRestore, getLastRestore, getMessages, getRepositoryBackupsLogs, getRepositoryRestores, getRestores, restore, restore, restore, restore, startBackup, startBackup, stopBackup, stopBackup |
| Method Detail |
|---|
void restoreExistingWorkspace(String workspaceBackupIdentifier,
String repositoryName,
WorkspaceEntry workspaceEntry,
boolean asynchronous)
throws BackupOperationException,
BackupConfigurationException
workspaceBackupIdentifier - backup identifierworkspaceEntry - new workspace configurationasynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)
BackupOperationException - if backup operation exception occurred
BackupConfigurationException - if configuration exception occurred
void restoreExistingWorkspace(BackupChainLog log,
String repositoryName,
WorkspaceEntry workspaceEntry,
boolean asynchronous)
throws BackupOperationException,
BackupConfigurationException
log - workspace backup logworkspaceEntry - new workspace configurationasynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)
BackupOperationException - if backup operation exception occurred
BackupConfigurationException - if configuration exception occurred
void restoreExistingRepository(String repositoryBackupIdentifier,
RepositoryEntry repositoryEntry,
boolean asynchronous)
throws BackupOperationException,
BackupConfigurationException
repositoryBackupIdentifier - backup identifierrepositoryEntry - new repository configurationasynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)
BackupOperationException - if backup operation exception occurred
BackupConfigurationException - if configuration exception occurred
void restoreExistingRepository(RepositoryBackupChainLog log,
RepositoryEntry repositoryEntry,
boolean asynchronous)
throws BackupOperationException,
BackupConfigurationException
log - repository backup logrepositoryEntry - new repository configurationasynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)
BackupOperationException - if backup operation exception occurred
BackupConfigurationException - if configuration exception occurred
void restoreExistingWorkspace(String workspaceBackupIdentifier,
boolean asynchronous)
throws BackupOperationException,
BackupConfigurationException
workspaceBackupIdentifier - identifier to workspace backup.asynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)
BackupOperationException - if backup operation exception occurred
BackupConfigurationException - if configuration exception occurred
void restoreExistingRepository(String repositoryBackupIdentifier,
boolean asynchronous)
throws BackupOperationException,
BackupConfigurationException
repositoryBackupIdentifier - identifier to repository backup.asynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)
BackupOperationException - if backup operation exception occurred
BackupConfigurationException - if configuration exception occurred
void restoreWorkspace(String workspaceBackupIdentifier,
boolean asynchronous)
throws BackupOperationException,
BackupConfigurationException
workspaceBackupIdentifier - identifier to workspace backup.asynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)
BackupOperationException - if backup operation exception occurred
BackupConfigurationException - if configuration exception occurred
void restoreRepository(String repositoryBackupIdentifier,
boolean asynchronous)
throws BackupOperationException,
BackupConfigurationException
repositoryBackupIdentifier - identifier to repository backup.asynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)
BackupOperationException - if backup operation exception occurred
BackupConfigurationException - if configuration exception occurred
void restoreExistingWorkspace(File workspaceBackupSetDir,
boolean asynchronous)
throws BackupOperationException,
BackupConfigurationException
workspaceBackupSetDir - the directory with backup setasynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)
BackupOperationException - if backup operation exception occurred
BackupConfigurationException - if configuration exception occurred
void restoreExistingRepository(File repositoryBackupSetDir,
boolean asynchronous)
throws BackupOperationException,
BackupConfigurationException
repositoryBackupSetDir - the directory with backup setasynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)
BackupOperationException - if backup operation exception occurred
BackupConfigurationException - if configuration exception occurred
void restoreWorkspace(File workspaceBackupSetDir,
boolean asynchronous)
throws BackupOperationException,
BackupConfigurationException
workspaceBackupSetDir - the directory with backup setasynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)
BackupOperationException - if backup operation exception occurred
BackupConfigurationException - if configuration exception occurred
void restoreRepository(File repositoryBackupSetDir,
boolean asynchronous)
throws BackupOperationException,
BackupConfigurationException
repositoryBackupSetDir - the directory with backup setasynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)
BackupOperationException - if backup operation exception occurred
BackupConfigurationException - if configuration exception occurred
|
eXo JCR :: Component :: Extension Service 1.16.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||