Uses of Class
org.jboss.dna.graph.query.model.SetQuery.Operation

Packages that use SetQuery.Operation
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. 
 

Uses of SetQuery.Operation in org.jboss.dna.graph.query.model
 

Methods in org.jboss.dna.graph.query.model that return SetQuery.Operation
static SetQuery.Operation SetQuery.Operation.forSymbol(String symbol)
           
 SetQuery.Operation SetQuery.getOperation()
          Get the set operation for this query.
static SetQuery.Operation SetQuery.Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SetQuery.Operation[] SetQuery.Operation.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 SetQuery.Operation
SetQuery(QueryCommand left, SetQuery.Operation operation, QueryCommand right, boolean all)
          Create a set query involving the supplied left- and right-hand-side queries.
SetQuery(QueryCommand left, SetQuery.Operation operation, QueryCommand right, boolean all, List<Ordering> orderings, Limit limit)
          Create a set query involving the supplied left- and right-hand-side queries.
 



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