Package | Description |
---|---|
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 .
|
Modifier and Type | Method and Description |
---|---|
Position |
WebdavRequestImpl.getPosition() |
Modifier and Type | Method and Description |
---|---|
static Position |
Position.createFromXml(Element positionElement)
Create a new
Position object from the specified position
element. |
Position |
OrderingDavServletRequest.getPosition()
Return a
Position object encapsulating the Position header field or null if no Position header is present
or does not contain a valid format. |
Position |
OrderPatch.Member.getPosition()
Return the position where the internal member identified by the
member handle should be placed.
|
Constructor and Description |
---|
Member(String memberHandle,
Position position)
Create a new
Member object. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.