Uses of Class
org.apache.jackrabbit.webdav.ordering.OrderPatch

Packages that use OrderPatch
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.ordering Contains interfaces and classes used to cover the functionality defined by the RFC 3648: Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol
 

Uses of OrderPatch in org.apache.jackrabbit.webdav
 

Methods in org.apache.jackrabbit.webdav that return OrderPatch
 OrderPatch WebdavRequestImpl.getOrderPatch()
           
 

Uses of OrderPatch in org.apache.jackrabbit.webdav.ordering
 

Methods in org.apache.jackrabbit.webdav.ordering that return OrderPatch
static OrderPatch OrderPatch.createFromXml(Element orderPatchElement)
          Create a new OrderPath object.
 OrderPatch OrderingDavServletRequest.getOrderPatch()
          Return a OrderPatch object encapsulating the request body of an ORDERPATCH request or null if the request body was either missing or could not be parsed.
 

Methods in org.apache.jackrabbit.webdav.ordering with parameters of type OrderPatch
 void OrderingResource.orderMembers(OrderPatch orderPatch)
          Reorders the internal members of this resource according to the instructions present in the specified OrderPatch object.
 



Copyright © 2005-2006 . All Rights Reserved.