|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.webdav.property.AbstractDavProperty
org.apache.jackrabbit.webdav.property.HrefProperty
org.apache.jackrabbit.webdav.ordering.OrderingType
public class OrderingType
OrderingType represents the DAV:ordering-type property as defined by
RFC 3648. This property is
protected cannot be set using PROPPATCH. Its value may only be set by
including the Ordering-Type header with a MKCOL request or by submitting an
ORDERPATCH request.
org.apache.jackrabbit.webdav.property.DavProperty#isProtected()| Field Summary |
|---|
| Fields inherited from interface org.apache.jackrabbit.webdav.ordering.OrderingConstants |
|---|
HEADER_ORDERING_TYPE, HEADER_POSITION, NAMESPACE, ORDERING_TYPE, ORDERING_TYPE_CUSTOM, ORDERING_TYPE_UNORDERED, SUPPORTED_LIVE_PROPERTY_SET, SUPPORTED_METHOD_SET, XML_AFTER, XML_BEFORE, XML_FIRST, XML_LAST, XML_ORDER_MEMBER, XML_ORDERING_TYPE, XML_ORDERPATCH, XML_POSITION, XML_SEGMENT |
| Constructor Summary | |
|---|---|
OrderingType()
Creates a OrderingType with the default type (e.g. |
|
OrderingType(java.lang.String href)
Create an OrderingType with the given ordering.NOTE: the ordering-type property is defined to be protected. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.jackrabbit.webdav.property.HrefProperty |
|---|
getHrefs, getValue, toXml |
| Methods inherited from class org.apache.jackrabbit.webdav.property.AbstractDavProperty |
|---|
equals, getName, hashCode, isInvisibleInAllprop |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrderingType()
OrderingType with the default type (e.g. default
value). The default value is specified to be OrderingConstants.ORDERING_TYPE_UNORDERED.
public OrderingType(java.lang.String href)
OrderingType with the given ordering.
href - org.apache.jackrabbit.webdav.property.DavProperty#isProtected()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||