Interface OrderingDavServletRequest

All Superinterfaces:
DavServletRequest, HttpServletRequest, ServletRequest
All Known Subinterfaces:
WebdavRequest
All Known Implementing Classes:
WebdavRequestImpl

public interface OrderingDavServletRequest extends DavServletRequest
OrderingDavServletRequest provides extensions to the DavServletRequest interface used for ordering members of orderable collections.
  • Method Details

    • getOrderingType

      String getOrderingType()
      Returns:
      the String value of the Ordering-Type header.
    • getPosition

      Position 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.
      Returns:
      Position object encapsulating the Position header
    • getOrderPatch

      OrderPatch getOrderPatch() throws DavException
      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.
      Returns:
      OrderPatch object encapsulating the request body.
      Throws:
      DavException