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

Packages that use Length
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.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
org.modeshape.jcr.query   
org.modeshape.jcr.query.qom   
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
 

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

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

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

Methods in org.modeshape.graph.query.parse that return Length
protected  Length SqlQueryParser.length(PropertyValue propertyValue)
           
 

Uses of Length in org.modeshape.graph.query.validate
 

Methods in org.modeshape.graph.query.validate with parameters of type Length
 void Validator.visit(Length obj)
          
 

Uses of Length in org.modeshape.jcr.query
 

Methods in org.modeshape.jcr.query that return Length
protected  Length JcrSql2QueryParser.length(PropertyValue propertyValue)
          
 

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

Subclasses of Length in org.modeshape.jcr.query.qom
 class JcrLength
          Implementation of the 'length' dynamic operand for the JCR Query Object Model and the Graph API.
 

Uses of Length in org.modeshape.search.lucene
 

Methods in org.modeshape.search.lucene with parameters of type Length
 org.apache.lucene.search.Query LuceneSearchSession.findNodesWith(Length propertyLength, Operator operator, Object value)
           
 org.apache.lucene.search.Query AbstractLuceneSearchEngine.WorkspaceSession.findNodesWith(Length propertyLength, Operator operator, Object value)
           
 



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