public interface DeltaVConstants
DeltaVConstants defines the following headers and properties
 required for any resource that is compliant to
 RFC 3253:LabelProperties:
DAV:comment DAV:creator-displayname DAV:supported-method-set DAV:supported-live-property-set DAV:supported-report-setSome additional resource properties are defined by the various advanced version features:
DAV:workspace (workspace feature) DAV:version-controlled-configuration (baseline)
| Modifier and Type | Field and Description | 
|---|---|
| static String | ATTR_NAME'DAV:name' attribute for the property element | 
| static String | ATTR_NAMESPACE'DAV:namespace' attribute for the property element | 
| static DavPropertyName | COMMENTThe "DAV:comment" property is used to track a brief comment about a resource that is
 suitable for presentation to a user. | 
| static DavPropertyName | CREATOR_DISPLAYNAMEThe "DAV:creator-displayname" property contains a description of the creator of
 the resource that is suitable for presentation to a user. | 
| static String | HEADER_LABELFor certain METHODS, if the request-URL identifies a version-controlled
 resource, a label can be specified in a LabelInfo request header to cause the
 method to be applied to the version selected by that label. LabelInfo header MUST have no effect on a request whose request-URL does not identify a version-controlled resource. | 
| static String | HEADER_LOCATIONLocation header as defined by
 RFC 2616. | 
| static Namespace | NAMESPACEThe DAV: namespace. | 
| static DavPropertyName | SUPPORTED_LIVE_PROPERTY_SETRequired protected live property for any resources being compliant with
 RFC 3253. | 
| static DavPropertyName | SUPPORTED_METHOD_SETRequired protected live property for any resources being compliant with
 RFC 3253. | 
| static DavPropertyName | SUPPORTED_REPORT_SETProtected "supported-report-set" property identifies the reports that are
 supported by the resource. | 
| static DavPropertyName | VERSION_CONTROLLED_CONFIGURATIONThe Baseline feature introduces the computed DAV:version-controlled-configuration
 property for all resources that are member of a version-controlled
 configuration. | 
| static DavPropertyName | WORKSPACEProtected "workspace" property indicating the workspace of a resource. | 
| static String | XML_ACTIVITYXml elements | 
| static String | XML_ACTIVITY_COLLECTION_SETA DAV:workspace-collection-set element may be included in the OPTIONS request
 body to identify collections that may contain activity resources. The response body for a successful request must contain a DAV:workspace-collection-set element identifying collections that may contain activity resources. | 
| static String | XML_BASELINE | 
| static String | XML_CHECKOUTValue for the DAV:auto-version property indicating that any modification
 (such as PUT/PROPPATCH) applied to a checked-in version-controlled
 resource will automatically be preceded by a checkout operation. See also RFC 3253 DAV:auto-version | 
| static String | XML_CHECKOUT_CHECKINValue for the DAV:auto-version property indicating that any modification
 (such as PUT/PROPPATCH) applied to a checked-in version-controlled
 resource will automatically be preceded by a checkout and followed by a
 checkin operation. See also RFC 3253 DAV:auto-version | 
| static String | XML_CHECKOUT_UNLOCK_CHECKINValue for the DAV:auto-version property indicating that any modification
 (such as PUT/PROPPATCH) applied to a checked-in version-controlled
 resource will automatically be preceded by a checkout operation. | 
| static String | XML_EXPAND_PROPERTYTop element for the 'DAV:expand-property' report | 
| static String | XML_LABELXml element representing the mandatory root element of a LABEL request
 body. | 
| static String | XML_LABEL_ADD | 
| static String | XML_LABEL_NAME | 
| static String | XML_LABEL_REMOVE | 
| static String | XML_LABEL_SET | 
| static String | XML_LOCATE_BY_HISTORYTop element for the 'DAV:locate-by-history' report | 
| static String | XML_LOCKED_CHECKINValue for the DAV:auto-version property indicating that any modification
 (such as PUT/PROPPATCH) applied to a write-locked checked-in version-controlled
 resource will automatically be preceded by a checkout operation. See also RFC 3253 DAV:auto-version | 
| static String | XML_MERGE | 
| static String | XML_N0_AUTO_MERGE | 
| static String | XML_N0_CHECKOUT | 
| static String | XML_OPTIONSIf the OPTIONS request contains a body, i must start with an DAV:options
 element. | 
| static String | XML_OPTIONS_RESPONSEIf an XML response body for a successful request is included, it must be
 a DAV:options-response XML element. | 
| static String | XML_PROPERTY'DAV:property' element to be used inside the 'DAV:expand-property' element. | 
| static String | XML_REPORTName of Xml child elements of  XML_SUPPORTED_REPORT. | 
| static String | XML_SUPPORTED_METHOD | 
| static String | XML_SUPPORTED_REPORTName of Xml element contained in the  SUPPORTED_REPORT_SETproperty. | 
| static String | XML_UPDATEXml element defining the top element in the UPDATE request body. | 
| static String | XML_VERSION | 
| static String | XML_VERSION_HISTORY | 
| static String | XML_VERSION_HISTORY_SET'DAV:version-history-set' to be used inside the 'DAV:locate-by-history'
 element | 
| static String | XML_VERSION_TREETop element for the 'DAV:version-tree' report | 
| static String | XML_VH_COLLECTION_SETA DAV:version-history-collection-set element may be included in the OPTIONS
 request  body to identify collections that may contain version history
 resources. The response body for a successful request must in consequence contain a DAV:version-history-collection-set element identifying collections that may contain version histories. | 
| static String | XML_WORKSPACE | 
| static String | XML_WSP_COLLECTION_SETA DAV:workspace-collection-set element may be included in the OPTIONS request
 body to identify collections that may contain workspace resources. The response body for a successful request must contain a DAV:workspace-collection-set element identifying collections that may contain workspaces. | 
static final Namespace NAMESPACE
static final String HEADER_LABEL
static final String HEADER_LOCATION
static final DavPropertyName COMMENT
static final DavPropertyName CREATOR_DISPLAYNAME
static final DavPropertyName SUPPORTED_METHOD_SET
<!ELEMENT supported-method-set (supported-method*)> <!ELEMENT supported-method ANY> <!ATTLIST supported-method name NMTOKEN #REQUIRED> name value: a method name
SUPPORTED_LIVE_PROPERTY_SETstatic final DavPropertyName SUPPORTED_LIVE_PROPERTY_SET
<!ELEMENT supported-live-property-set (supported-live-property*)> <!ELEMENT supported-live-property name> <!ELEMENT prop ANY> ANY value: a property element type
SUPPORTED_METHOD_SETstatic final DavPropertyName SUPPORTED_REPORT_SET
SUPPORTED_REPORT_SETstatic final DavPropertyName WORKSPACE
 Note that the DAV:activity-version-set represents a
 HrefProperty.
 It is defined to have the following format:
 
<!ELEMENT workspace (href)>
WorkspaceResourcestatic final DavPropertyName VERSION_CONTROLLED_CONFIGURATION
 Note that the DAV:activity-version-set represents a
 HrefProperty.
 It is defined to have the following format:
 
<!ELEMENT version-controlled-configuration (href)>
static final String XML_ACTIVITY
static final String XML_BASELINE
static final String XML_SUPPORTED_METHOD
static final String XML_VERSION_HISTORY
static final String XML_VERSION
static final String XML_WORKSPACE
static final String XML_OPTIONS
static final String XML_OPTIONS_RESPONSE
OptionsResponse, 
Constant Field Valuesstatic final String XML_VH_COLLECTION_SET
<!ELEMENT version-history-collection-set (href*)>
static final String XML_WSP_COLLECTION_SET
<!ELEMENT workspace-collection-set (href*)>
static final String XML_ACTIVITY_COLLECTION_SET
<!ELEMENT activity-collection-set (href*)>
static final String XML_SUPPORTED_REPORT
SUPPORTED_REPORT_SET property.static final String XML_REPORT
XML_SUPPORTED_REPORT.SupportedReportSetProperty, 
Constant Field Valuesstatic final String XML_VERSION_TREE
static final String XML_EXPAND_PROPERTY
static final String XML_PROPERTY
XML_EXPAND_PROPERTY, 
Constant Field Valuesstatic final String ATTR_NAME
XML_PROPERTY, 
Constant Field Valuesstatic final String ATTR_NAMESPACE
XML_PROPERTY, 
Constant Field Valuesstatic final String XML_LOCATE_BY_HISTORY
static final String XML_VERSION_HISTORY_SET
XML_LOCATE_BY_HISTORY, 
Constant Field Valuesstatic final String XML_LABEL
static final String XML_LABEL_NAME
static final String XML_LABEL_ADD
static final String XML_LABEL_REMOVE
static final String XML_LABEL_SET
static final String XML_UPDATE
<!ELEMENT update ANY> ANY value: A sequence of elements with at most one DAV:version element and at most one DAV:prop element. <!ELEMENT version (href)> prop: see RFC 2518, Section 12.11
static final String XML_CHECKOUT_CHECKIN
static final String XML_CHECKOUT_UNLOCK_CHECKIN
static final String XML_CHECKOUT
static final String XML_LOCKED_CHECKIN
static final String XML_MERGE
static final String XML_N0_AUTO_MERGE
static final String XML_N0_CHECKOUT
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.