Interface InternalFrozenVersionHistory

    • Method Detail

      • getVersionHistoryId

        NodeId getVersionHistoryId()
        Returns the id of the version history that was assigned to the node at the time it was versioned.
        Returns:
        the id of the version history
      • getVersionHistory

        InternalVersionHistory getVersionHistory()
                                          throws VersionException
        Returns the version history that was assigned to the node at the time it was versioned.
        Returns:
        the internal version history.
        Throws:
        VersionException - if the history cannot be retrieved.
      • getBaseVersionId

        NodeId getBaseVersionId()
        Returns the id of the base version that was assigned to the node at the time it was versioned.
        Returns:
        the id of the base version
      • getBaseVersion

        InternalVersion getBaseVersion()
                                throws VersionException
        Returns the base version that was assigned to the node at the time it was versioned.
        Returns:
        the internal base version
        Throws:
        VersionException - if the version could not be retrieved