Interface VersionHistoryResource

    • Field Detail

      • ROOT_VERSION

        static final DavPropertyName ROOT_VERSION
        Computed (protected) property identifying the root version of this version history.
      • VERSION_SET

        static final DavPropertyName VERSION_SET
        The protected property DAV:version-set identifies each version of this version history.
        See Also:
        getVersions()
    • Method Detail

      • getVersions

        VersionResource[] getVersions()
                               throws DavException
        Returns an array of VersionResources containing all versions that are a member of this resource.
        Returns:
        all VersionResources that belong to this version history.
        Throws:
        DavException
        See Also:
        VERSION_SET