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)
session
- the session in which the node residesabsPath
- absolute paths to the nodelabel
- a label to be applied to the new versionvoid revertToVersion(javax.jcr.Session session, String absPath, String label)
session
- the session in which the node residesabsPath
- the path to the node whose version is to be revertedlabel
- identifies the historic versionvoid removeVersion(javax.jcr.Session session, String absPath, String label)
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 idCopyright © 2013–2016 DuraSpace, Inc.. All rights reserved.