|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrderPatch | |
|---|---|
| org.apache.jackrabbit.webdav | |
| org.apache.jackrabbit.webdav.client.methods | This package contains classes and utilities used to build a WebDAV client implementation. |
| 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.client.methods |
|---|
| Constructors in org.apache.jackrabbit.webdav.client.methods with parameters of type OrderPatch | |
|---|---|
OrderPatchMethod(String uri,
OrderPatch orderPatch)
Create a new OrderPatchMethod with the given order patch
object. |
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||