|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DeltaVResource | |
| 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.version |
| Subinterfaces of DeltaVResource in org.apache.jackrabbit.webdav.version | |
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. |
| Uses of DeltaVResource in org.apache.jackrabbit.webdav.version.report |
| Methods in org.apache.jackrabbit.webdav.version.report with parameters of type DeltaVResource | |
void |
ExpandPropertyReport.setResource(DeltaVResource resource)
Set the target resource. |
void |
LocateByHistoryReport.setResource(DeltaVResource resource)
Set the DeltaVResource. |
void |
Report.setResource(DeltaVResource resource)
Set the DeltaVResource for which this report was requested. |
void |
VersionTreeReport.setResource(DeltaVResource resource)
Set the DeltaVResource used to register this report. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||