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

Packages that use DeltaVResource
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
org.apache.jackrabbit.webdav.version.report Report interface and inplementation for default reports defined by RFC 3253. 
 

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

Classes in org.apache.jackrabbit.webdav.jcr that implement DeltaVResource
 class DefaultItemCollection
          DefaultItemCollection represents a JCR node item.
 class DefaultItemResource
          DefaultItemResource represents JCR property item.
 class RootCollection
          RootCollection represent the WebDAV root resource that does not represent any repository item.
 class VersionControlledItemCollection
          VersionControlledItemCollection represents a JCR node item and covers all functionality related to versioning of Nodes.
 class WorkspaceResourceImpl
          WorkspaceResourceImpl...
 

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

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

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

Classes in org.apache.jackrabbit.webdav.simple that implement DeltaVResource
 class DeltaVResourceImpl
          The DeltaVResourceImpl encapsulates the functionality common to all DeltaV compliant resources.
 class VersionControlledResourceImpl
          VersionControlledResourceImpl represents a JCR node item and covers all functionality related to versioning of Nodes.
 class VersionHistoryResourceImpl
          VersionHistoryResourceImpl represents a JCR version history.
 class VersionResourceImpl
          VersionResourceImpl represents a JCR version.
 

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

Subinterfaces of DeltaVResource in org.apache.jackrabbit.webdav.version
 interface ActivityResource
          An activity is a resource that selects a set of versions that are on a single "line of descent", where a line of descent is a sequence of versions connected by successor relationships.
 interface BaselineResource
          BaselineResource represents the 'version' of a configuration which is represented by a 'version-controlled-configuration' (VCC) resource.
 interface VersionableResource
          VersionableResource represents an extension to the basic DeltaVResource, that allows to adding version-control support.
 interface VersionControlledResource
          The VersionControlledResource represents in contrast to the VersionableResource a resource, that has already been put under version-control.
 interface VersionHistoryResource
          VersionHistoryResource represents a collection that has all versions of a given version-controlled resource as members.
 interface VersionResource
          VersionResource is a resource that contains a copy of a particular state of a version-controlled resource.
 interface WorkspaceResource
          A workspace resource is a collection whose members are related version-controlled and non-version-controlled resources.
 

Uses of DeltaVResource in org.apache.jackrabbit.webdav.version.report
 

Methods in org.apache.jackrabbit.webdav.version.report with parameters of type DeltaVResource
 Report ReportType.createReport(DeltaVResource resource, ReportInfo info)
          Creates a new Report with this type.
 



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