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

Packages that use NodeDepth
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 NodeDepth in org.jboss.dna.graph.query.model
 

Methods in org.jboss.dna.graph.query.model with parameters of type NodeDepth
 void Visitors.AbstractVisitor.visit(NodeDepth obj)
          
 void Visitors.WalkAllVisitor.visit(NodeDepth depth)
          
 void Visitors.ReadableVisitor.visit(NodeDepth depth)
          
 void Visitor.visit(NodeDepth obj)
           
 

Uses of NodeDepth in org.jboss.dna.graph.query.validate
 

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

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

Methods in org.jboss.dna.search.lucene with parameters of type NodeDepth
 org.apache.lucene.search.Query LuceneSearchSession.findNodesWith(NodeDepth depthConstraint, Operator operator, Object value)
           
 org.apache.lucene.search.Query LuceneSearchSession.findNodesWithNumericRange(NodeDepth depth, Object lowerValue, Object upperValue, boolean includesLower, boolean includesUpper)
           
 



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