Interface HippoVersionManager

All Superinterfaces:
VersionManager

public interface HippoVersionManager extends VersionManager
  • Method Details

    • checkin

      Version checkin(String absPath, Calendar created) throws 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:
      RepositoryException - if the version can not be created