Interface OrderingResource

    • Method Detail

      • isOrderable

        boolean isOrderable()
        Returns true if this resources allows ordering of its internal members.
        Returns:
        true if internal members are orderable.
      • orderMembers

        void orderMembers​(OrderPatch orderPatch)
                   throws DavException
        Reorders the internal members of this resource according to the instructions present in the specified OrderPatch object.
        Parameters:
        orderPatch - as present in the ORDERPATCH request body.
        Throws:
        DavException