@Component public class RepositoryServiceImpl extends AbstractService implements RepositoryService
jcrTools| Constructor and Description |
|---|
RepositoryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.modeshape.jcr.api.Problems |
backupRepository(javax.jcr.Session session,
File backupDirectory) |
Long |
getRepositoryObjectCount() |
Long |
getRepositorySize()
Calculate the total size of all the binary properties in the repository
|
org.modeshape.jcr.api.Problems |
restoreRepository(javax.jcr.Session session,
File backupDirectory) |
exists, findNode, findOrCreateNode, tagHierarchyWithPairtreeMixinpublic Long getRepositorySize()
getRepositorySize in interface RepositoryServicepublic Long getRepositoryObjectCount()
getRepositoryObjectCount in interface RepositoryServicepublic org.modeshape.jcr.api.Problems backupRepository(javax.jcr.Session session,
File backupDirectory)
backupRepository in interface RepositoryServicepublic org.modeshape.jcr.api.Problems restoreRepository(javax.jcr.Session session,
File backupDirectory)
restoreRepository in interface RepositoryServiceCopyright © 2013-2015 DuraSpace, Inc.. All Rights Reserved.