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

Packages that use DeltaVConstants
org.apache.jackrabbit.webdav.version   
org.apache.jackrabbit.webdav.version.report   
 

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

Classes in org.apache.jackrabbit.webdav.version that implement DeltaVConstants
 class LabelInfo
          LabelInfo encapsulates the request body of a LABEL request used to add, set or remove a label from the requested version resource or from that version specified with the Label header in case the requested resource is a version-controlled resource.

The request body (thus the 'labelElement' passed to the constructore must be a DAV:label element:
 class MergeInfo
          MergeInfo encapsulates the information present in the DAV:merge element, that forms the mandatory request body of a MERGE request.
The DAV:merge element is specified to have the following form.
 class OptionsResponse
          OptionsResponse encapsulates the DAV:options-response element present in the response body of a successful OPTIONS request (with body).
 class SupportedMethodSetProperty
          The SupportedMethodSetProperty
 class UpdateInfo
          UpdateInfo encapsulates the request body of an UPDATE request.
 

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

Classes in org.apache.jackrabbit.webdav.version.report that implement DeltaVConstants
 class ExpandPropertyReport
          ExpandPropertyReport encapsulates the DAV:expand-property report, that provides a mechanism for retrieving in one request the properties from the resources identified by those DAV:href elements.
 class LocateByHistoryReport
          LocateByHistoryReport encapsulates the DAV:locate-by-hisotry report, that may be used to locate a version-controlled resource for that version history.
 class ReportType
          ReportType...
 class VersionTreeReport
          VersionTreeReport encapsulates the DAV:version-tree report.
 



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