Interface HippoVersionManager

  • All Superinterfaces:
    javax.jcr.version.VersionManager

    public interface HippoVersionManager
    extends javax.jcr.version.VersionManager
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javax.jcr.version.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

        javax.jcr.version.Version checkin​(String absPath,
                                          Calendar created)
                                   throws javax.jcr.RepositoryException
        Creates a new version of the node at the given path.
        Parameters:
        absPath - node path
        created - create time of the new version, or null for the current time
        Returns:
        new version
        Throws:
        javax.jcr.RepositoryException - if the version can not be created