Uses of Interface
org.apache.jackrabbit.webdav.version.DeltaVConstants
-
Packages that use DeltaVConstants Package Description 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 Modifier and Type Class Description classLabelInfoLabelInfoencapsulates 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 constructor must be a DAV:label element:classMergeInfoMergeInfoencapsulates 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.classOptionsResponseOptionsResponseencapsulates the DAV:options-response element present in the response body of a successful OPTIONS request (with body).classSupportedMethodSetPropertyTheSupportedMethodSetPropertyclassUpdateInfoUpdateInfoencapsulates 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 Modifier and Type Class Description classExpandPropertyReportExpandPropertyReportencapsulates 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.classLocateByHistoryReportLocateByHistoryReportencapsulates the DAV:locate-by-hisotry report, that may be used to locate a version-controlled resource for that version history.classReportTypeReportType...classVersionTreeReportVersionTreeReportencapsulates the DAV:version-tree report.
-