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

Packages that use Length
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.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
org.jboss.dna.search.lucene   
 

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

Methods in org.jboss.dna.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.jboss.dna.graph.query.validate
 

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

Uses of Length in org.jboss.dna.search.lucene
 

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



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