Uses of Class
org.apache.jackrabbit.webdav.ordering.Position

Packages that use Position
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
 Position WebdavRequestImpl.getPosition()
           
 

Uses of Position in org.apache.jackrabbit.webdav.ordering
 

Methods in org.apache.jackrabbit.webdav.ordering that return Position
static Position Position.createFromXml(Element positionElement)
          Create a new Position object from the specified position element.
 Position OrderPatch.Member.getPosition()
          Return the position where the internal member identified by the member handle should be placed.
 Position OrderingDavServletRequest.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.
 

Constructors in org.apache.jackrabbit.webdav.ordering with parameters of type Position
OrderPatch.Member(String memberHandle, Position position)
          Create a new Member object.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.