| Modifier and Type | Method and Description |
|---|---|
RepositoryBackupChainLog[] |
BackupManager.getRepositoryBackupsLogs()
Getting all repository backup logs.
|
| Modifier and Type | Method and Description |
|---|---|
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(RepositoryBackupChainLog log,
RepositoryEntry repositoryEntry,
boolean asynchronous)
Restore existing repository.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryBackupChainLog |
JobRepositoryRestore.getRepositoryBackupChainLog()
GetRepositoryBackupChainLog.
|
RepositoryBackupChainLog[] |
BackupManagerImpl.getRepositoryBackupsLogs()
Getting all repository backup logs.
|
| Modifier and Type | Method and Description |
|---|---|
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(RepositoryBackupChainLog rblog,
RepositoryEntry repositoryEntry,
boolean asynchronous)
Restore existing repository.
|
| Constructor and Description |
|---|
DetailedInfo(int type,
RepositoryBackupChainLog chainLog)
DetailedInfo constructor.
|
DetailedInfo(int type,
RepositoryBackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName)
DetailedInfo constructor.
|
DetailedInfoEx(int type,
RepositoryBackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName,
RepositoryEntry repositoryEntry,
String failMessage) |
ShortInfo(int type,
RepositoryBackupChainLog chainLog)
ShortInfo constructor.
|
ShortInfo(int type,
RepositoryBackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state)
ShortInfo constructor.
|
ShortInfo(int type,
RepositoryBackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName)
ShortInfo constructor.
|
Copyright © 2017 eXo Platform SAS. All Rights Reserved.