Uses of Class
org.jboss.dna.graph.query.model.Order

Packages that use Order
org.jboss.dna.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.jboss.dna.jcr.xpath   
 

Uses of Order in org.jboss.dna.graph.query.model
 

Methods in org.jboss.dna.graph.query.model that return Order
static Order Order.forSymbol(String symbol)
          Attempt to find the Order given a symbol.
 Order Ordering.getOrder()
          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.jboss.dna.graph.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.jboss.dna.jcr.xpath
 

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

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



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