Uses of Class
org.apache.jackrabbit.spi.commons.query.qom.SourceImpl

Packages that use SourceImpl
org.apache.jackrabbit.core.query.lucene   
org.apache.jackrabbit.spi.commons.query.qom   
 

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

Methods in org.apache.jackrabbit.core.query.lucene with parameters of type SourceImpl
 MultiColumnQuery LuceneQueryFactoryImpl.create(SourceImpl source)
          Creates a multi column query for the given QOM source.
 MultiColumnQuery LuceneQueryFactory.create(SourceImpl source)
          Creates a multi column query for the given QOM source.
 

Uses of SourceImpl in org.apache.jackrabbit.spi.commons.query.qom
 

Subclasses of SourceImpl in org.apache.jackrabbit.spi.commons.query.qom
 class JoinImpl
          JoinImpl...
 class SelectorImpl
          SelectorImpl...
 

Methods in org.apache.jackrabbit.spi.commons.query.qom that return SourceImpl
 SourceImpl QueryObjectModelTree.getSource()
          Gets the node-tuple source for this query.
 

Constructors in org.apache.jackrabbit.spi.commons.query.qom with parameters of type SourceImpl
QueryObjectModelTree(NamePathResolver resolver, SourceImpl source, ConstraintImpl constraint, OrderingImpl[] orderings, ColumnImpl[] columns)
           
 



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