Class OrderPatch.Member
java.lang.Object
org.apache.jackrabbit.webdav.ordering.OrderPatch.Member
- All Implemented Interfaces:
XmlSerializable
- Enclosing class:
OrderPatch
Internal class
Member represents the 'Order-Member' children
elements of an 'OrderPatch' request body present in the ORDERPATCH request.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the handle of the internal member to be reordered.Return the position where the internal member identified by the member handle should be placed.Returns the xml representation of the implementing object asElement.
-
Constructor Details
-
Member
Create a newMemberobject.- Parameters:
memberHandle-position-
-
-
Method Details
-
getMemberHandle
Return the handle of the internal member to be reordered.- Returns:
- handle of the internal member.
-
getPosition
Return the position where the internal member identified by the member handle should be placed.- Returns:
- position for the member after the request.
- See Also:
-
toXml
Description copied from interface:XmlSerializableReturns the xml representation of the implementing object asElement. The givenDocumentis used as factory and represents theowner documentof the returned DOM element.- Specified by:
toXmlin interfaceXmlSerializable- Parameters:
document- to be used as factory.- Returns:
- a w3c element representing this object
- See Also:
-