Uses of Class
org.modeshape.jcr.xpath.XPath.OrderBy

Packages that use XPath.OrderBy
org.modeshape.jcr.xpath The components used to parse JCR XPath queries and translate them into equivalent JCR-SQL2 queries. 
 

Uses of XPath.OrderBy in org.modeshape.jcr.xpath
 

Methods in org.modeshape.jcr.xpath that return XPath.OrderBy
 XPath.OrderBy XPath.PathExpression.getOrderBy()
          Get the order-by clause.
protected  XPath.OrderBy XPathParser.parseOrderBy(TokenStream tokens)
           
 

Constructors in org.modeshape.jcr.xpath with parameters of type XPath.OrderBy
XPath.PathExpression(boolean relative, List<XPath.StepExpression> steps, XPath.OrderBy orderBy)
           
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.