Uses of Interface
org.apache.jackrabbit.webdav.version.VersionHistoryResource
-
Packages that use VersionHistoryResource Package Description org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations.org.apache.jackrabbit.webdav.jcr.version Contains JCR specific implementations for the following interfaces: VersionableResource VersionControlledResource VersionResource VersionHistoryResourceorg.apache.jackrabbit.webdav.simple org.apache.jackrabbit.webdav.version -
-
Uses of VersionHistoryResource in org.apache.jackrabbit.webdav.jcr
Methods in org.apache.jackrabbit.webdav.jcr that return VersionHistoryResource Modifier and Type Method Description VersionHistoryResourceVersionControlledItemCollection. getVersionHistory()Returns theVersionHistoryassociated with the repository node.VersionHistoryResourceWorkspaceResourceImpl. getVersionHistory() -
Uses of VersionHistoryResource in org.apache.jackrabbit.webdav.jcr.version
Classes in org.apache.jackrabbit.webdav.jcr.version that implement VersionHistoryResource Modifier and Type Class Description classVersionHistoryItemCollectionVersionHistoryItemCollectionrepresents a JCR version history.Methods in org.apache.jackrabbit.webdav.jcr.version that return VersionHistoryResource Modifier and Type Method Description VersionHistoryResourceVersionItemCollection. getVersionHistory()Returns theVersionHistoryassociated with the repository version. -
Uses of VersionHistoryResource in org.apache.jackrabbit.webdav.simple
Classes in org.apache.jackrabbit.webdav.simple that implement VersionHistoryResource Modifier and Type Class Description classVersionHistoryResourceImplVersionHistoryResourceImplrepresents a JCR version history.Methods in org.apache.jackrabbit.webdav.simple that return VersionHistoryResource Modifier and Type Method Description VersionHistoryResourceVersionControlledResourceImpl. getVersionHistory()Returns theVersionHistoryassociated with the repository node.VersionHistoryResourceVersionResourceImpl. getVersionHistory()Returns theVersionHistoryassociated with the repository version. -
Uses of VersionHistoryResource in org.apache.jackrabbit.webdav.version
Methods in org.apache.jackrabbit.webdav.version that return VersionHistoryResource Modifier and Type Method Description VersionHistoryResourceVersionControlledResource. getVersionHistory()Returns theVersionHistoryResource, that is referenced in the 'version-history' property.VersionHistoryResourceVersionResource. getVersionHistory()Returns theVersionHistoryResource, that is referenced in theDAV:version-historyproperty.
-