Interface DeltaVConstants

    • Field Detail

      • NAMESPACE

        static final Namespace NAMESPACE
        The DAV: namespace.
      • HEADER_LABEL

        static final String HEADER_LABEL
        For 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. In particular, it MUST have no effect on a request whose request-URL identifies a version or a version history.
        See Also:
        Constant Field Values
      • HEADER_LOCATION

        static final String HEADER_LOCATION
        Location header as defined by RFC 2616. In the versioning context it is used to indicate the location of the new version created by a successful checkin in the response.

        From RFC 2616:
        The Location response-header field is used to redirect the recipient to a location other than the Request-URI for completion of the request or identification of a new resource.
        For 201 (Created) responses, the Location is that of the new resource which was created by the request.
        See Also:
        Constant Field Values
      • COMMENT

        static final DavPropertyName COMMENT
        The "DAV:comment" property is used to track a brief comment about a resource that is suitable for presentation to a user. The DAV:comment of a version can be used to indicate why that version was created.
      • CREATOR_DISPLAYNAME

        static final DavPropertyName CREATOR_DISPLAYNAME
        The "DAV:creator-displayname" property contains a description of the creator of the resource that is suitable for presentation to a user. The DAV:creator-displayname of a version can be used to indicate who created that version.
      • SUPPORTED_METHOD_SET

        static final DavPropertyName SUPPORTED_METHOD_SET
        Required protected live property for any resources being compliant with RFC 3253. Clients should classify a resource by examine the values of the DAV:supported-method-set and DAV:supported-live-property-set properties of that resource.
        Property structure:
         <!ELEMENT supported-method-set (supported-method*)>
         <!ELEMENT supported-method ANY>
         <!ATTLIST supported-method name NMTOKEN #REQUIRED>
         name value: a method name
         
        See Also:
        SUPPORTED_LIVE_PROPERTY_SET
      • SUPPORTED_LIVE_PROPERTY_SET

        static final DavPropertyName SUPPORTED_LIVE_PROPERTY_SET
        Required protected live property for any resources being compliant with RFC 3253. Clients should classify a resource by examine the values of the DAV:supported-method-set and DAV:supported-live-property-set properties of that resource.
        Property structure:
         <!ELEMENT supported-live-property-set (supported-live-property*)>
         <!ELEMENT supported-live-property name>
         <!ELEMENT prop ANY>
         ANY value: a property element type
         
        See Also:
        SUPPORTED_METHOD_SET
      • SUPPORTED_REPORT_SET

        static final DavPropertyName SUPPORTED_REPORT_SET
        Protected "supported-report-set" property identifies the reports that are supported by the resource.
        See Also:
        SUPPORTED_REPORT_SET
      • WORKSPACE

        static final DavPropertyName WORKSPACE
        Protected "workspace" property indicating the workspace of a resource. This property is required for all resources if (but only if) the workspace feature is supported.

        Note that the DAV:activity-version-set represents a HrefProperty. It is defined to have the following format:

         <!ELEMENT workspace (href)>
         
        See Also:
        WorkspaceResource
      • VERSION_CONTROLLED_CONFIGURATION

        static final DavPropertyName VERSION_CONTROLLED_CONFIGURATION
        The Baseline feature introduces the computed DAV:version-controlled-configuration property for all resources that are member of a version-controlled configuration. This may be the case if the resource is a collection under baseline control or is a member of a collection under baseline control.

        Note that the DAV:activity-version-set represents a HrefProperty. It is defined to have the following format:

         <!ELEMENT version-controlled-configuration (href)>
         
      • XML_OPTIONS_RESPONSE

        static final String XML_OPTIONS_RESPONSE
        If an XML response body for a successful request is included, it must be a DAV:options-response XML element.
        See Also:
        OptionsResponse, Constant Field Values
      • XML_VH_COLLECTION_SET

        static final String XML_VH_COLLECTION_SET
        A 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. An identified collection may be the root collection of a tree of collections, all of which may contain version histories.
         <!ELEMENT version-history-collection-set (href*)>
         
        See Also:
        Constant Field Values
      • XML_WSP_COLLECTION_SET

        static final String XML_WSP_COLLECTION_SET
        A 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. An identified collection may be the root collection of a tree of collections, all of which may contain workspaces.
         <!ELEMENT workspace-collection-set (href*)>
         
        See Also:
        Constant Field Values
      • XML_ACTIVITY_COLLECTION_SET

        static final String XML_ACTIVITY_COLLECTION_SET
        A 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. An identified collection may be the root collection of a tree of collections, all of which may contain activity resources.
         <!ELEMENT activity-collection-set (href*)>
         
        See Also:
        Constant Field Values
      • XML_EXPAND_PROPERTY

        static final String XML_EXPAND_PROPERTY
        Top element for the 'DAV:expand-property' report
        See Also:
        Constant Field Values
      • XML_LOCATE_BY_HISTORY

        static final String XML_LOCATE_BY_HISTORY
        Top element for the 'DAV:locate-by-history' report
        See Also:
        Constant Field Values
      • XML_UPDATE

        static final String XML_UPDATE
        Xml element defining the top element in the UPDATE request body. RFC 3253 defines the following structure for the 'update' element.
         <!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
         
        See Also:
        Constant Field Values
      • XML_CHECKOUT_CHECKIN

        static final String XML_CHECKOUT_CHECKIN
        Value 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
        See Also:
        Constant Field Values
      • XML_CHECKOUT_UNLOCK_CHECKIN

        static final String XML_CHECKOUT_UNLOCK_CHECKIN
        Value 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. If the resource is not write-locked, the request is automatically followed by a checkin operation.
        See also RFC 3253 DAV:auto-version
        See Also:
        Constant Field Values
      • XML_CHECKOUT

        static final String XML_CHECKOUT
        Value 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
        See Also:
        Constant Field Values
      • XML_LOCKED_CHECKIN

        static final String XML_LOCKED_CHECKIN
        Value 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
        See Also:
        Constant Field Values