|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | |
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||