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

Packages that use PropertyExistence
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.plan This package defines the Planner interface, the CanonicalPlanner implementation, and the PlanNode class that is used to represent a canonical query plan. 
org.modeshape.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
 

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

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

Uses of PropertyExistence in org.modeshape.graph.query.plan
 

Methods in org.modeshape.graph.query.plan with parameters of type PropertyExistence
 void PlanUtil.RequiredColumnVisitor.visit(PropertyExistence existence)
          
 

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

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

Uses of PropertyExistence in org.modeshape.search.lucene
 

Methods in org.modeshape.search.lucene with parameters of type PropertyExistence
 org.apache.lucene.search.Query AbstractLuceneSearchEngine.AbstractLuceneProcessor.QueryFactory.createQuery(PropertyExistence existence)
           
 



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