|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Problems | |
---|---|
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. |
Uses of Problems in org.modeshape.jcr |
---|
Methods in org.modeshape.jcr that return Problems | |
---|---|
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. |
Uses of Problems in org.modeshape.jcr.api |
---|
Methods in org.modeshape.jcr.api that return Problems | |
---|---|
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. |
|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |