@Component public class VersionServiceImpl extends AbstractService implements VersionService
jcrTools| Constructor and Description |
|---|
VersionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
createVersion(javax.jcr.Session session,
String absPath,
String label) |
void |
removeVersion(javax.jcr.Session session,
String absPath,
String label) |
void |
revertToVersion(javax.jcr.Session session,
String absPath,
String label) |
exists, findNode, findOrCreateNode, tagHierarchyWithPairtreeMixinpublic String createVersion(javax.jcr.Session session, String absPath, String label) throws javax.jcr.RepositoryException
createVersion in interface VersionServicejavax.jcr.RepositoryExceptionpublic void revertToVersion(javax.jcr.Session session,
String absPath,
String label)
throws javax.jcr.RepositoryException
revertToVersion in interface VersionServicejavax.jcr.RepositoryExceptionpublic void removeVersion(javax.jcr.Session session,
String absPath,
String label)
throws javax.jcr.RepositoryException
removeVersion in interface VersionServicejavax.jcr.RepositoryExceptionCopyright © 2013-2015 DuraSpace, Inc.. All Rights Reserved.