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

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

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

Methods in org.modeshape.jcr.xpath that return XPath.OrderBySpec
protected  XPath.OrderBySpec XPathParser.parseOrderBySpec(TokenStream tokens)
           
 

Methods in org.modeshape.jcr.xpath that return types with arguments of type XPath.OrderBySpec
 List<XPath.OrderBySpec> XPath.OrderBy.getOrderBySpecifications()
           
 Iterator<XPath.OrderBySpec> XPath.OrderBy.iterator()
          
 

Constructor parameters in org.modeshape.jcr.xpath with type arguments of type XPath.OrderBySpec
XPath.OrderBy(List<XPath.OrderBySpec> orderBySpecifications)
           
 



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