Interface OrderingConstants
- All Known Implementing Classes:
OrderingType,OrderPatch,Position
public interface OrderingConstants
OrderingConstants provide constants for request and response
headers, Xml elements and property names defined by
RFC 3648.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe "Ordering-Type" request header.static final StringWhen 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 final NamespaceThe namespacestatic final DavPropertyNameThe DAV:ordering-type property indicates whether the collection is ordered and, if so, uniquely identifies the semantics of the ordering.static final StringConstant representing the DAV:custom ordering type URI, which indicates that the collection is not ordered.static final StringConstant 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 final DavPropertyNameRequired 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 final DavPropertyNameRequired 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 final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringXml elements used for reordering internal members of a collection.static final Stringstatic final String
-
Field Details
-
NAMESPACE
The namespace -
ORDERING_TYPE_CUSTOM
Constant representing the DAV:custom ordering type URI, which indicates that the collection is not ordered.- See Also:
-
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:
-
HEADER_ORDERING_TYPE
The "Ordering-Type" request header.- See Also:
-
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:
-
XML_ORDERPATCH
Xml elements used for reordering internal members of a collection.- See Also:
-
XML_ORDERING_TYPE
- See Also:
-
XML_ORDER_MEMBER
- See Also:
-
XML_POSITION
- See Also:
-
XML_SEGMENT
- See Also:
-
XML_FIRST
- See Also:
-
XML_LAST
- See Also:
-
XML_BEFORE
- See Also:
-
XML_AFTER
- See Also:
-
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:
-
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:
-
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.- See Also:
-