Package org.hippoecm.repository.api
Interface HippoVersionManager
-
- All Superinterfaces:
VersionManager
public interface HippoVersionManager extends VersionManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Version
checkin(String absPath, Calendar created)
Creates a new version of the node at the given path.-
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 Detail
-
checkin
Version checkin(String absPath, Calendar created) throws RepositoryException
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
-
-