public interface HippoVersionManager
extends javax.jcr.version.VersionManager
Modifier and Type | Method and Description |
---|---|
javax.jcr.version.Version |
checkin(String absPath,
Calendar created)
Creates a new version of the node at the given path.
|
cancelMerge, checkin, checkout, checkpoint, createActivity, createConfiguration, doneMerge, getActivity, getBaseVersion, getVersionHistory, isCheckedOut, merge, merge, merge, removeActivity, restore, restore, restore, restore, restoreByLabel, setActivity
javax.jcr.version.Version checkin(String absPath, Calendar created) throws javax.jcr.RepositoryException
absPath
- node pathcreated
- create time of the new version,
or null
for the current timejavax.jcr.RepositoryException
- if the version can not be createdCopyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.