@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) |
void |
removeVersion(javax.jcr.Session session,
String absPath,
String label) |
void |
revertToVersion(javax.jcr.Session session,
String absPath,
String label) |
exists, findNode, findOrCreateNodepublic String createVersion(javax.jcr.Session session, String absPath) 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-2014 DuraSpace, Inc.. All Rights Reserved.