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 VersionHistoryResource
VersionControlledItemCollection. getVersionHistory()
Returns theVersionHistory
associated with the repository node.VersionHistoryResource
WorkspaceResourceImpl. 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 class
VersionHistoryItemCollection
VersionHistoryItemCollection
represents a JCR version history.Methods in org.apache.jackrabbit.webdav.jcr.version that return VersionHistoryResource Modifier and Type Method Description VersionHistoryResource
VersionItemCollection. getVersionHistory()
Returns theVersionHistory
associated 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 class
VersionHistoryResourceImpl
VersionHistoryResourceImpl
represents a JCR version history.Methods in org.apache.jackrabbit.webdav.simple that return VersionHistoryResource Modifier and Type Method Description VersionHistoryResource
VersionControlledResourceImpl. getVersionHistory()
Returns theVersionHistory
associated with the repository node.VersionHistoryResource
VersionResourceImpl. getVersionHistory()
Returns theVersionHistory
associated 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 VersionHistoryResource
VersionControlledResource. getVersionHistory()
Returns theVersionHistoryResource
, that is referenced in the 'version-history
' property.VersionHistoryResource
VersionResource. getVersionHistory()
Returns theVersionHistoryResource
, that is referenced in theDAV:version-history
property.
-