Package org.hippoecm.repository.api
Interface HippoVersionManager
- All Superinterfaces:
VersionManager
-
Method Summary
Methods inherited from interface javax.jcr.version.VersionManager
cancelMerge, checkin, checkout, checkpoint, createActivity, createConfiguration, doneMerge, getActivity, getBaseVersion, getVersionHistory, isCheckedOut, merge, merge, merge, removeActivity, restore, restore, restore, restore, restoreByLabel, setActivity
-
Method Details
-
checkin
Creates a new version of the node at the given path.- Parameters:
absPath
- node pathcreated
- create time of the new version, ornull
for the current time- Returns:
- new version
- Throws:
RepositoryException
- if the version can not be created
-