Uses of Interface
org.apache.jackrabbit.webdav.version.DeltaVResource
- 
Packages that use DeltaVResource 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 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 Modifier and Type Class Description classDefaultItemCollectionDefaultItemCollectionrepresents a JCR node item.classDefaultItemResourceDefaultItemResourcerepresents JCR property item.classEventJournalResourceImplImplements a JCREventJournalin terms of an RFC 4287 Atom feed.classRootCollectionRootCollectionrepresent the WebDAV root resource that does not represent any repository item.classVersionControlledItemCollectionVersionControlledItemCollectionrepresents a JCR node item and covers all functionality related to versioning ofNodes.classWorkspaceResourceImplWorkspaceResourceImpl... - 
Uses of DeltaVResource in org.apache.jackrabbit.webdav.jcr.version
Classes in org.apache.jackrabbit.webdav.jcr.version that implement DeltaVResource Modifier and Type Class Description classVersionHistoryItemCollectionVersionHistoryItemCollectionrepresents a JCR version history.classVersionItemCollectionVersionItemCollectionrepresents a JCR version. - 
Uses of DeltaVResource in org.apache.jackrabbit.webdav.simple
Classes in org.apache.jackrabbit.webdav.simple that implement DeltaVResource Modifier and Type Class Description classDeltaVResourceImplTheDeltaVResourceImplencapsulates the functionality common to all DeltaV compliant resources.classVersionControlledResourceImplVersionControlledResourceImplrepresents a JCR node item and covers all functionality related to versioning ofNodes.classVersionHistoryResourceImplVersionHistoryResourceImplrepresents a JCR version history.classVersionResourceImplVersionResourceImplrepresents a JCR version. - 
Uses of DeltaVResource in org.apache.jackrabbit.webdav.version
Subinterfaces of DeltaVResource in org.apache.jackrabbit.webdav.version Modifier and Type Interface Description interfaceActivityResourceAn 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.interfaceBaselineResourceBaselineResourcerepresents the 'version' of a configuration which is represented by a 'version-controlled-configuration' (VCC) resource.interfaceVersionableResourceVersionableResourcerepresents an extension to the basicDeltaVResource, that allows to adding version-control support.interfaceVersionControlledResourceTheVersionControlledResourcerepresents in contrast to theVersionableResourcea resource, that has already been put under version-control.interfaceVersionHistoryResourceVersionHistoryResourcerepresents a collection that has all versions of a given version-controlled resource as members.interfaceVersionResourceVersionResourceis a resource that contains a copy of a particular state of a version-controlled resource.interfaceWorkspaceResourceA 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 Modifier and Type Method Description ReportReportType. createReport(DeltaVResource resource, ReportInfo info)Creates a newReportwith this type. 
 -