Uses of Interface
org.apache.jackrabbit.webdav.version.VersionHistoryResource

Packages that use VersionHistoryResource
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 VersionHistoryResource  
org.apache.jackrabbit.webdav.simple   
org.apache.jackrabbit.webdav.version Interfaces and classes used to cover functionality defined by RFC 3253: Versioning Extensions to WebDAV
 

Uses of VersionHistoryResource in org.apache.jackrabbit.webdav.jcr
 

Methods in org.apache.jackrabbit.webdav.jcr that return VersionHistoryResource
 VersionHistoryResource WorkspaceResourceImpl.getVersionHistory()
           
 VersionHistoryResource VersionControlledItemCollection.getVersionHistory()
          Returns the VersionHistory associated with the repository node.
 

Uses of VersionHistoryResource in org.apache.jackrabbit.webdav.jcr.version
 

Classes in org.apache.jackrabbit.webdav.jcr.version that implement VersionHistoryResource
 class VersionHistoryItemCollection
          VersionHistoryItemCollection represents a JCR version history.
 

Methods in org.apache.jackrabbit.webdav.jcr.version that return VersionHistoryResource
 VersionHistoryResource VersionItemCollection.getVersionHistory()
          Returns the VersionHistory associated with the repository version.
 

Uses of VersionHistoryResource in org.apache.jackrabbit.webdav.simple
 

Classes in org.apache.jackrabbit.webdav.simple that implement VersionHistoryResource
 class VersionHistoryResourceImpl
          VersionHistoryResourceImpl represents a JCR version history.
 

Methods in org.apache.jackrabbit.webdav.simple that return VersionHistoryResource
 VersionHistoryResource VersionResourceImpl.getVersionHistory()
          Returns the VersionHistory associated with the repository version.
 VersionHistoryResource VersionControlledResourceImpl.getVersionHistory()
          Returns the VersionHistory associated with the repository node.
 

Uses of VersionHistoryResource in org.apache.jackrabbit.webdav.version
 

Methods in org.apache.jackrabbit.webdav.version that return VersionHistoryResource
 VersionHistoryResource VersionResource.getVersionHistory()
          Returns the VersionHistoryResource, that is referenced in the DAV:version-history property.
 VersionHistoryResource VersionControlledResource.getVersionHistory()
          Returns the VersionHistoryResource, that is referenced in the 'version-history' property.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.