Package | Description |
---|---|
org.apache.jackrabbit.webdav | |
org.apache.jackrabbit.webdav.client.methods |
This package contains classes and utilities used to build a WebDAV client
implementation.
Currently it consists of DAV-specific extensions to the Jakarta Commons HttpClient, namely a set of 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 |
---|
OrderPatchMethod(String uri,
OrderPatch orderPatch)
Create a new
OrderPatchMethod with the given order patch
object. |
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.