| 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 | Interface and Description |
|---|---|
interface |
BackupChain
Created by The eXo Platform SAS.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryBackupChain |
BackupManager.findRepositoryBackup(String repository)
Finding current backup by repository.
|
RepositoryBackupChain |
BackupManager.findRepositoryBackupId(String id)
Finding current backup by id.
|
RepositoryBackupChain |
BackupManager.startBackup(RepositoryBackupConfig config)
Starting repository backup.
|
| Modifier and Type | Method and Description |
|---|---|
Set<RepositoryBackupChain> |
BackupManager.getCurrentRepositoryBackups()
Getting current repository backups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackupManager.stopBackup(RepositoryBackupChain backup)
Stop backup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BackupChainImpl
Created by The eXo Platform SARL .
|
class |
RepositoryBackupChainImpl
Created by The eXo Platform SAS.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryBackupChain |
BackupManagerImpl.findRepositoryBackup(String repository)
Finding current backup by repository.
|
RepositoryBackupChain |
BackupManagerImpl.findRepositoryBackupId(String backupId)
Finding current backup by id.
|
RepositoryBackupChain |
BackupManagerImpl.startBackup(RepositoryBackupConfig config)
Starting repository backup.
|
| Modifier and Type | Method and Description |
|---|---|
Set<RepositoryBackupChain> |
BackupManagerImpl.getCurrentRepositoryBackups()
Getting current repository backups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackupManagerImpl.stopBackup(RepositoryBackupChain backup)
Stop backup.
|
| Constructor and Description |
|---|
DetailedInfo(int type,
RepositoryBackupChain chain)
DetailedInfo constructor.
|
ShortInfo(int type,
RepositoryBackupChain chain)
ShortInfo constructor.
|
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.