Uses of Class
org.apache.jackrabbit.webdav.ordering.OrderPatch
-
Packages that use OrderPatch Package Description org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.client.methods Provides classes for use with the Apache HttpClient, supporting WebDAV request methods.org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations.org.apache.jackrabbit.webdav.ordering -
-
Uses of OrderPatch in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return OrderPatch Modifier and Type Method Description OrderPatchWebdavRequestImpl. getOrderPatch() -
Uses of OrderPatch in org.apache.jackrabbit.webdav.client.methods
Constructors in org.apache.jackrabbit.webdav.client.methods with parameters of type OrderPatch Constructor Description HttpOrderpatch(String uri, OrderPatch info)HttpOrderpatch(URI uri, OrderPatch info) -
Uses of OrderPatch in org.apache.jackrabbit.webdav.jcr
Methods in org.apache.jackrabbit.webdav.jcr with parameters of type OrderPatch Modifier and Type Method Description voidDefaultItemCollection. orderMembers(OrderPatch orderPatch)Reorder the child nodes of the repository item represented by this resource as indicated by the specifiedOrderPatchobject. -
Uses of OrderPatch in org.apache.jackrabbit.webdav.ordering
Methods in org.apache.jackrabbit.webdav.ordering that return OrderPatch Modifier and Type Method Description static OrderPatchOrderPatch. createFromXml(Element orderPatchElement)Create a newOrderPathobject.OrderPatchOrderingDavServletRequest. getOrderPatch()Return aOrderPatchobject encapsulating the request body of an ORDERPATCH request ornullif the request body was either missing or could not be parsed.Methods in org.apache.jackrabbit.webdav.ordering with parameters of type OrderPatch Modifier and Type Method Description voidOrderingResource. orderMembers(OrderPatch orderPatch)Reorders the internal members of this resource according to the instructions present in the specifiedOrderPatchobject.
-