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. |
org.modeshape.jcr.api.index |
Modifier and Type | Method and Description |
---|---|
Problems |
JcrRepositoryManager.backupRepository(File backupDirectory) |
Problems |
BackupService.backupRepository(File backupDirectory)
Start asynchronously backing up the repository.
|
Problems |
BackupService.backupRepository(File backupDirectory,
long documentsPerFile,
boolean compress)
Start asynchronously backing up the repository.
|
Problems |
JcrRepositoryManager.restoreRepository(File backupDirectory) |
Problems |
BackupService.restoreRepository(JcrRepository repository,
File backupDirectory)
Start asynchronously backing up the repository.
|
Modifier and Type | Method and Description |
---|---|
Problems |
RepositoryManager.backupRepository(File backupDirectory)
Begin a backup operation of the entire repository, writing the files associated with the backup to the specified directory
on the local file system.
|
Problems |
RepositoryManager.restoreRepository(File backupDirectory)
Begin a restore operation of the entire repository, reading the backup files in the specified directory on the local file
system.
|
Modifier and Type | Method and Description |
---|---|
Problems |
InvalidIndexDefinitionException.getProblems()
Get the problems associated with the index definition(s).
|
Constructor and Description |
---|
InvalidIndexDefinitionException(Problems problems)
Constructs a new instance of this class.
|
InvalidIndexDefinitionException(Problems problems,
String message)
Constructs a new instance of this class.
|
InvalidIndexDefinitionException(Problems problems,
String message,
Throwable cause)
Constructs a new instance of this class.
|
InvalidIndexDefinitionException(Problems problems,
Throwable cause)
Constructs a new instance of this class.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.