| 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 | 
 Contains interfaces and classes used to cover the functionality defined by the
RFC 3648: Web Distributed Authoring
and Versioning (WebDAV) Ordered Collections Protocol . 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OrderPatch | 
WebdavRequestImpl.getOrderPatch()  | 
| Constructor and Description | 
|---|
HttpOrderpatch(String uri,
              OrderPatch info)  | 
HttpOrderpatch(URI uri,
              OrderPatch info)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultItemCollection.orderMembers(OrderPatch orderPatch)
Reorder the child nodes of the repository item represented by this
 resource as indicated by the specified  
OrderPatch object. | 
| Modifier and Type | Method and Description | 
|---|---|
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. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OrderingResource.orderMembers(OrderPatch orderPatch)
Reorders the internal members of this resource according to the
 instructions present in the specified  
OrderPatch object. | 
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.