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

Packages that use Position
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.ordering Contains interfaces and classes used to cover the functionality defined by the RFC 3648: Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol
 

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 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.
 Position OrderPatch.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
OrderPatch.Member(String memberHandle, Position position)
          Create a new Member object.
 



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