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 class
DefaultItemCollection
DefaultItemCollection
represents a JCR node item.class
DefaultItemResource
DefaultItemResource
represents JCR property item.class
EventJournalResourceImpl
Implements a JCREventJournal
in terms of an RFC 4287 Atom feed.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 ofNode
s.class
WorkspaceResourceImpl
WorkspaceResourceImpl
... -
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 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 Modifier and Type Class Description class
DeltaVResourceImpl
TheDeltaVResourceImpl
encapsulates the functionality common to all DeltaV compliant resources.class
VersionControlledResourceImpl
VersionControlledResourceImpl
represents a JCR node item and covers all functionality related to versioning ofNode
s.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 Modifier and Type Interface Description 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 basicDeltaVResource
, that allows to adding version-control support.interface
VersionControlledResource
TheVersionControlledResource
represents in contrast to theVersionableResource
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 Modifier and Type Method Description Report
ReportType. createReport(DeltaVResource resource, ReportInfo info)
Creates a newReport
with this type.
-