public interface VersionService
| Modifier and Type | Method and Description |
|---|---|
String |
createVersion(javax.jcr.Session session,
String absPath,
String label)
Explicitly creates a version for the nodes at each path provided.
|
void |
removeVersion(javax.jcr.Session session,
String absPath,
String label)
Remove a version of a node.
|
void |
revertToVersion(javax.jcr.Session session,
String absPath,
String label)
Reverts the node to the version identified by the label.
|
String createVersion(javax.jcr.Session session, String absPath, String label) throws javax.jcr.RepositoryException
session - the session in which the node residesabsPath - absolute paths to the nodelabel - a label to be applied to the new versionjavax.jcr.RepositoryException - if repository exception occurredvoid revertToVersion(javax.jcr.Session session, String absPath, String label) throws javax.jcr.RepositoryException
session - the session in which the node residesabsPath - the path to the node whose version is to be revertedlabel - identifies the historic versionjavax.jcr.RepositoryException - if repository exception occurredvoid removeVersion(javax.jcr.Session session, String absPath, String label) throws javax.jcr.RepositoryException
session - the session in which the node residesabsPath - the path to the node whose version is to be removedlabel - identifies the historic version by label or idjavax.jcr.RepositoryException - if repository exception occurredCopyright © 2013–2015 DuraSpace, Inc.. All rights reserved.