ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.jcr.query.model.Order

Packages that use Order
org.modeshape.jcr.query The Query API provides a mechanism for building and executing queries. 
org.modeshape.jcr.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.jcr.query.parse This package defines the QueryParser interface, which defines a component that can parse a query represented in a specific language and produce the corresponding abstract query model representation. 
org.modeshape.jcr.query.xpath The components used to parse JCR XPath queries and translate them into equivalent JCR-SQL2 queries. 
 

Uses of Order in org.modeshape.jcr.query
 

Constructors in org.modeshape.jcr.query with parameters of type Order
QueryBuilder.SingleOrderByOperandBuilder(QueryBuilder.OrderByBuilder builder, Order order)
           
 

Uses of Order in org.modeshape.jcr.query.model
 

Methods in org.modeshape.jcr.query.model that return Order
static Order Order.forSymbol(String symbol)
          Attempt to find the Order given a symbol.
 Order Ordering.order()
          The order type.
static Order Order.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Order[] Order.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.modeshape.jcr.query.model with parameters of type Order
Ordering(DynamicOperand operand, Order order)
          Create a new ordering specification, given the supplied operand and order.
 

Uses of Order in org.modeshape.jcr.query.parse
 

Methods in org.modeshape.jcr.query.parse with parameters of type Order
protected  Ordering BasicSqlQueryParser.ordering(DynamicOperand operand, Order order)
           
 

Uses of Order in org.modeshape.jcr.query.xpath
 

Methods in org.modeshape.jcr.query.xpath that return Order
 Order XPath.OrderBySpec.getOrder()
          The order for this specification
 

Constructors in org.modeshape.jcr.query.xpath with parameters of type Order
XPath.OrderBySpec(Order order, XPath.FunctionCall scoreFunction)
           
XPath.OrderBySpec(Order order, XPath.NameTest attributeName)
           
 


ModeShape Distribution 3.0.0.Beta4

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