| 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 |
|---|---|
BackupChain |
BackupManager.findBackup(String backupId)
Finding current backup by identifier.
|
BackupChain |
BackupManager.findBackup(String reposytore,
String workspace)
Finding current backup by repository and workspace.
|
BackupChain |
BackupManager.startBackup(BackupConfig config)
Starting backup.
|
| Modifier and Type | Method and Description |
|---|---|
Set<BackupChain> |
BackupManager.getCurrentBackups()
Getting current backups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackupManager.stopBackup(BackupChain backup)
Stop backup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BackupChainImpl
Created by The eXo Platform SARL .
|
| Modifier and Type | Method and Description |
|---|---|
BackupChain |
BackupManagerImpl.findBackup(String backupId)
Finding current backup by identifier.
|
BackupChain |
BackupManagerImpl.findBackup(String repository,
String workspace)
Finding current backup by repository and workspace.
|
BackupChain |
BackupManagerImpl.startBackup(BackupConfig config)
Starting backup.
|
| Modifier and Type | Method and Description |
|---|---|
Set<BackupChain> |
BackupManagerImpl.getCurrentBackups()
Getting current backups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackupManagerImpl.stopBackup(BackupChain backup)
Stop backup.
|
| Constructor and Description |
|---|
DetailedInfo(int type,
BackupChain chain)
DetailedInfo constructor.
|
ShortInfo(int type,
BackupChain chain)
ShortInfo constructor.
|
Copyright © 2017 eXo Platform SAS. All Rights Reserved.