Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.api |
This package provides a set of interfaces that extend the JCR 2.0 API interfaces with additional functionality,
as well as defining the
Repositories interface as a generic abstraction to any container of multiple
JCR Repository instances. |
Modifier and Type | Method and Description |
---|---|
protected void |
JcrRepository.completeRestore(RestoreOptions options) |
BackupService.RestoreActivity |
BackupService.createRestoreActivity(File backupDirectory,
RestoreOptions options)
Create a new
activity instance that can restore the content of the repository to the state as it
exists in the specified backup directory. |
Problems |
JcrRepositoryManager.restoreRepository(File backupDirectory,
RestoreOptions options) |
Problems |
BackupService.restoreRepository(JcrRepository repository,
File backupDirectory,
RestoreOptions options)
Start asynchronously backing up the repository.
|
Constructor and Description |
---|
RestoreActivity(File backupDirectory,
LocalDocumentStore documentStore,
BinaryStore binaryStore,
RepositoryCache repositoryCache,
RestoreOptions options) |
Modifier and Type | Field and Description |
---|---|
static RestoreOptions |
RestoreOptions.DEFAULT
The default options used during restore, if no explicit ones are given.
|
Modifier and Type | Method and Description |
---|---|
Problems |
RepositoryManager.restoreRepository(File backupDirectory,
RestoreOptions options)
Begin a restore operation of the entire repository, reading the backup files in the specified directory on the local file
system.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.