public interface OrderingConstants
OrderingConstants provide constants for request and response
 headers, Xml elements and property names defined by
 RFC 3648.| Modifier and Type | Field and Description | 
|---|---|
| static String | HEADER_ORDERING_TYPEThe "Ordering-Type" request header. | 
| static String | HEADER_POSITIONWhen a new member is added to a collection with a client-maintained
 ordering (for example, with PUT, COPY, or MKCOL), its position in the
 ordering can be set with the new Position header. 
 Position = "Position" ":" ("first" | "last" | (("before" | "after") segment))
 NOTE: segment is defined in section 3.3 of RFC2396. | 
| static Namespace | NAMESPACEThe namespace | 
| static DavPropertyName | ORDERING_TYPEThe DAV:ordering-type property indicates whether the collection is
 ordered and, if so, uniquely identifies the semantics of the ordering. | 
| static String | ORDERING_TYPE_CUSTOMConstant representing the DAV:custom ordering type URI, which indicates
 that the collection is not ordered. | 
| static String | ORDERING_TYPE_UNORDEREDConstant representing the DAV:unordered ordering type URI, which indicates
 that the collection is to be ordered, but the semantics of the ordering
 is not being advertised. | 
| static DavPropertyName | SUPPORTED_LIVE_PROPERTY_SETRequired live property for resources that honor the 'ordered-collections'
 compliance class defined by RFC 3648. The supported-live-property-set property has been introduced with RFC 3253. | 
| static DavPropertyName | SUPPORTED_METHOD_SETRequired live property for resources that honor the 'ordered-collections'
 compliance class defined by RFC 3648. The supported-method-set property has been introduced with RFC 3253. | 
| static String | XML_AFTER | 
| static String | XML_BEFORE | 
| static String | XML_FIRST | 
| static String | XML_LAST | 
| static String | XML_ORDER_MEMBER | 
| static String | XML_ORDERING_TYPE | 
| static String | XML_ORDERPATCHXml elements used for reordering internal members of a collection. | 
| static String | XML_POSITION | 
| static String | XML_SEGMENT | 
static final Namespace NAMESPACE
static final String ORDERING_TYPE_CUSTOM
static final String ORDERING_TYPE_UNORDERED
static final String HEADER_ORDERING_TYPE
static final String HEADER_POSITION
 Position = "Position" ":" ("first" | "last" | (("before" | "after") segment))
 
 static final String XML_ORDERPATCH
static final String XML_ORDERING_TYPE
static final String XML_ORDER_MEMBER
static final String XML_POSITION
static final String XML_SEGMENT
static final String XML_FIRST
static final String XML_LAST
static final String XML_BEFORE
static final String XML_AFTER
static final DavPropertyName ORDERING_TYPE
OrderingTypestatic final DavPropertyName SUPPORTED_METHOD_SET
DeltaVConstants.SUPPORTED_METHOD_SETstatic final DavPropertyName SUPPORTED_LIVE_PROPERTY_SET
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.