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 OrderPatch
WebdavRequestImpl. 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 void
DefaultItemCollection. orderMembers(OrderPatch orderPatch)
Reorder the child nodes of the repository item represented by this resource as indicated by the specifiedOrderPatch
object. -
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 OrderPatch
OrderPatch. createFromXml(Element orderPatchElement)
Create a newOrderPath
object.OrderPatch
OrderingDavServletRequest. getOrderPatch()
Return aOrderPatch
object encapsulating the request body of an ORDERPATCH request ornull
if 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 void
OrderingResource. orderMembers(OrderPatch orderPatch)
Reorders the internal members of this resource according to the instructions present in the specifiedOrderPatch
object.
-