ModeShape Distribution 3.0.0.CR1

Uses of Interface
org.modeshape.jcr.api.Problems

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

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.