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

Packages that use DeltaVResource
org.apache.jackrabbit.webdav.jcr   
org.apache.jackrabbit.webdav.jcr.version   
org.apache.jackrabbit.webdav.simple   
org.apache.jackrabbit.webdav.version   
org.apache.jackrabbit.webdav.version.report   
 

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-2008 The Apache Software Foundation. All Rights Reserved.