Interface OrderingConstants
-
- All Known Implementing Classes:
OrderingType,OrderPatch,Position
public interface OrderingConstantsOrderingConstantsprovide constants for request and response headers, Xml elements and property names defined by RFC 3648.
-
-
Field Summary
Fields Modifier and Type Field Description static StringHEADER_ORDERING_TYPEThe "Ordering-Type" request header.static StringHEADER_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 NamespaceNAMESPACEThe namespacestatic DavPropertyNameORDERING_TYPEThe DAV:ordering-type property indicates whether the collection is ordered and, if so, uniquely identifies the semantics of the ordering.static StringORDERING_TYPE_CUSTOMConstant representing the DAV:custom ordering type URI, which indicates that the collection is not ordered.static StringORDERING_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 DavPropertyNameSUPPORTED_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 DavPropertyNameSUPPORTED_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 StringXML_AFTERstatic StringXML_BEFOREstatic StringXML_FIRSTstatic StringXML_LASTstatic StringXML_ORDER_MEMBERstatic StringXML_ORDERING_TYPEstatic StringXML_ORDERPATCHXml elements used for reordering internal members of a collection.static StringXML_POSITIONstatic StringXML_SEGMENT
-
-
-
Field Detail
-
NAMESPACE
static final Namespace NAMESPACE
The namespace
-
ORDERING_TYPE_CUSTOM
static final String ORDERING_TYPE_CUSTOM
Constant representing the DAV:custom ordering type URI, which indicates that the collection is not ordered.- See Also:
- Constant Field Values
-
ORDERING_TYPE_UNORDERED
static final String ORDERING_TYPE_UNORDERED
Constant 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.- See Also:
- Constant Field Values
-
HEADER_ORDERING_TYPE
static final String HEADER_ORDERING_TYPE
The "Ordering-Type" request header.- See Also:
- Constant Field Values
-
HEADER_POSITION
static final String HEADER_POSITION
When 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.- See Also:
- Constant Field Values
-
XML_ORDERPATCH
static final String XML_ORDERPATCH
Xml elements used for reordering internal members of a collection.- See Also:
- Constant Field Values
-
XML_ORDERING_TYPE
static final String XML_ORDERING_TYPE
- See Also:
- Constant Field Values
-
XML_ORDER_MEMBER
static final String XML_ORDER_MEMBER
- See Also:
- Constant Field Values
-
XML_POSITION
static final String XML_POSITION
- See Also:
- Constant Field Values
-
XML_SEGMENT
static final String XML_SEGMENT
- See Also:
- Constant Field Values
-
XML_FIRST
static final String XML_FIRST
- See Also:
- Constant Field Values
-
XML_LAST
static final String XML_LAST
- See Also:
- Constant Field Values
-
XML_BEFORE
static final String XML_BEFORE
- See Also:
- Constant Field Values
-
XML_AFTER
static final String XML_AFTER
- See Also:
- Constant Field Values
-
ORDERING_TYPE
static final DavPropertyName ORDERING_TYPE
The DAV:ordering-type property indicates whether the collection is ordered and, if so, uniquely identifies the semantics of the ordering.- See Also:
OrderingType
-
SUPPORTED_METHOD_SET
static final DavPropertyName SUPPORTED_METHOD_SET
Required 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.- See Also:
DeltaVConstants.SUPPORTED_METHOD_SET
-
SUPPORTED_LIVE_PROPERTY_SET
static final DavPropertyName SUPPORTED_LIVE_PROPERTY_SET
Required 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.
-
-