Uses of Class
org.apache.jackrabbit.webdav.ordering.Position
-
Packages that use Position Package Description org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.ordering -
-
Uses of Position in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return Position Modifier and Type Method Description PositionWebdavRequestImpl. getPosition() -
Uses of Position in org.apache.jackrabbit.webdav.ordering
Methods in org.apache.jackrabbit.webdav.ordering that return Position Modifier and Type Method Description static PositionPosition. createFromXml(Element positionElement)Create a newPositionobject from the specified position element.PositionOrderingDavServletRequest. getPosition()Return aPositionobject encapsulating thePosition headerfield ornullif no Position header is present or does not contain a valid format.PositionOrderPatch.Member. getPosition()Return the position where the internal member identified by the member handle should be placed.Constructors in org.apache.jackrabbit.webdav.ordering with parameters of type Position Constructor Description Member(String memberHandle, Position position)Create a newMemberobject.
-