| Package | Description |
|---|---|
| org.exoplatform.services.jcr.ext.backup | |
| org.exoplatform.services.jcr.ext.backup.impl | |
| org.exoplatform.services.jcr.ext.backup.server.bean.response |
| Modifier and Type | Method and Description |
|---|---|
BackupChainLog[] |
BackupManager.getBackupsLogs()
Getting all backup logs .
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackupManager.restore(BackupChainLog log,
String repositoryName,
WorkspaceEntry workspaceEntry,
boolean asynchronous)
Restore from backup.
|
void |
ExtendedBackupManager.restoreExistingWorkspace(BackupChainLog log,
String repositoryName,
WorkspaceEntry workspaceEntry,
boolean asynchronous)
Restore existing workspace.
|
| Modifier and Type | Method and Description |
|---|---|
BackupChainLog |
JobWorkspaceRestore.getBackupChainLog()
getBackupChainLog.
|
BackupChainLog[] |
BackupManagerImpl.getBackupsLogs()
Getting all backup logs .
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackupManagerImpl.restore(BackupChainLog log,
String repositoryName,
WorkspaceEntry workspaceEntry,
boolean asynchronous)
Restore from backup.
|
void |
BackupManagerImpl.restoreExistingWorkspace(BackupChainLog log,
String repositoryName,
WorkspaceEntry workspaceEntry,
boolean asynchronous)
Restore existing workspace.
|
protected void |
BackupManagerImpl.restoreOverInitializer(BackupChainLog log,
String repositoryName,
WorkspaceEntry workspaceEntry) |
| Constructor and Description |
|---|
DetailedInfo(int type,
BackupChainLog chainLog)
DetailedInfo constructor.
|
DetailedInfo(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state)
DetailedInfo constructor.
|
DetailedInfo(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName,
String workspaceName)
DetailedInfo constructor.
|
DetailedInfoEx(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName,
String workspaceName,
WorkspaceEntry workspaceEntry,
String failMessage) |
ShortInfo(int type,
BackupChainLog chainLog)
ShortInfo constructor.
|
ShortInfo(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state)
ShortInfo constructor.
|
ShortInfo(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName,
String workspaceName)
ShortInfo constructor.
|
Copyright © 2020 eXo Platform SAS. All Rights Reserved.