Uses of Class
org.apache.jackrabbit.core.query.PropertyTypeRegistry

Packages that use PropertyTypeRegistry
org.apache.jackrabbit.core.query   
org.apache.jackrabbit.core.query.lucene   
 

Uses of PropertyTypeRegistry in org.apache.jackrabbit.core.query
 

Methods in org.apache.jackrabbit.core.query that return PropertyTypeRegistry
 PropertyTypeRegistry QueryHandlerContext.getPropertyTypeRegistry()
          Returns the PropertyTypeRegistry for this repository.
 

Uses of PropertyTypeRegistry in org.apache.jackrabbit.core.query.lucene
 

Fields in org.apache.jackrabbit.core.query.lucene declared as PropertyTypeRegistry
protected  PropertyTypeRegistry QueryImpl.propReg
          The property type registry for type lookup.
 

Methods in org.apache.jackrabbit.core.query.lucene with parameters of type PropertyTypeRegistry
static org.apache.lucene.search.Query LuceneQueryBuilder.createQuery(QueryRootNode root, SessionImpl session, ItemStateManager sharedItemMgr, NamespaceMappings nsMappings, org.apache.lucene.analysis.Analyzer analyzer, PropertyTypeRegistry propReg)
          Creates a lucene Query tree from an abstract query tree.
 

Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type PropertyTypeRegistry
QueryImpl(SessionImpl session, ItemManager itemMgr, SearchIndex index, PropertyTypeRegistry propReg, String statement, String language)
          Creates a new query instance from a query string.
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.