|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.webdav.ordering.OrderPatch.Member
public static class OrderPatch.Member
Internal class Member represents the 'Order-Member' children
elements of an 'OrderPatch' request body present in the ORDERPATCH request.
| Constructor Summary | |
|---|---|
OrderPatch.Member(String memberHandle,
Position position)
Create a new Member object. |
|
| Method Summary | |
|---|---|
String |
getMemberHandle()
Return the handle of the internal member to be reordered. |
Position |
getPosition()
Return the position where the internal member identified by the member handle should be placed. |
Element |
toXml(Document document)
Returns the xml representation of the implementing object as Element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrderPatch.Member(String memberHandle,
Position position)
Member object.
memberHandle - position - | Method Detail |
|---|
public String getMemberHandle()
public Position getPosition()
getMemberHandle()public Element toXml(Document document)
XmlSerializableElement. The given Document is used
as factory and represents the owner document of the returned DOM element.
toXml in interface XmlSerializabledocument - to be used as factory.
XmlSerializable.toXml(Document)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||