Uses of Class
org.modeshape.graph.query.model.SetCriteria

Packages that use SetCriteria
org.modeshape.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.graph.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   
org.modeshape.jcr.query.qom   
 

Uses of SetCriteria in org.modeshape.graph.query.model
 

Methods in org.modeshape.graph.query.model with parameters of type SetCriteria
 void Visitors.AbstractVisitor.visit(SetCriteria obj)
          
 void Visitors.WalkAllVisitor.visit(SetCriteria setCriteria)
          
 void Visitors.ReadableVisitor.visit(SetCriteria criteria)
          
 void Visitor.visit(SetCriteria obj)
           
 

Uses of SetCriteria in org.modeshape.graph.query.parse
 

Methods in org.modeshape.graph.query.parse that return SetCriteria
protected  SetCriteria SqlQueryParser.setCriteria(DynamicOperand operand, Collection<? extends StaticOperand> values)
           
 

Uses of SetCriteria in org.modeshape.jcr.query
 

Methods in org.modeshape.jcr.query that return SetCriteria
protected  SetCriteria JcrSql2QueryParser.setCriteria(DynamicOperand operand, Collection<? extends StaticOperand> values)
          
 

Uses of SetCriteria in org.modeshape.jcr.query.qom
 

Subclasses of SetCriteria in org.modeshape.jcr.query.qom
 class JcrSetCriteria
          Implementation of the same node constraint for the JCR Query Object Model and the Graph API.
 



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