ModeShape Distribution 3.0.0.CR1

Uses of Class
org.modeshape.jcr.query.model.NodePath

Packages that use NodePath
org.modeshape.jcr.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.jcr.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.validate This package provides the interfaces that define the tables and columns that can be queried. 
 

Uses of NodePath in org.modeshape.jcr.query.model
 

Methods in org.modeshape.jcr.query.model that return NodePath
 NodePath QueryObjectModelFactory.nodePath(String selectorName)
           
 

Methods in org.modeshape.jcr.query.model with parameters of type NodePath
 void Visitors.AbstractVisitor.visit(NodePath obj)
           
 void Visitors.WalkAllVisitor.visit(NodePath path)
           
 void Visitors.ReadableVisitor.visit(NodePath path)
           
 void Visitor.visit(NodePath obj)
           
 

Uses of NodePath in org.modeshape.jcr.query.parse
 

Methods in org.modeshape.jcr.query.parse that return NodePath
protected  NodePath BasicSqlQueryParser.nodePath(SelectorName selector)
           
 

Uses of NodePath in org.modeshape.jcr.query.validate
 

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


ModeShape Distribution 3.0.0.CR1

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