Interface OrderingDavServletRequest

    • Method Detail

      • 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