Uses of Interface
org.apache.jackrabbit.core.query.jsr283.qom.Source

Packages that use Source
org.apache.jackrabbit.core.query.jsr283.qom   
org.apache.jackrabbit.core.query.qom   
 

Uses of Source in org.apache.jackrabbit.core.query.jsr283.qom
 

Subinterfaces of Source in org.apache.jackrabbit.core.query.jsr283.qom
 interface Join
          Performs a join between two node-tuple sources.
 interface Selector
          Selects a subset of the nodes in the repository based on node type.
 

Methods in org.apache.jackrabbit.core.query.jsr283.qom that return Source
 Source Join.getLeft()
          Gets the left node-tuple source.
 Source Join.getRight()
          Gets the right node-tuple source.
 Source QueryObjectModel.getSource()
          Gets the node-tuple source for this query.
 

Methods in org.apache.jackrabbit.core.query.jsr283.qom with parameters of type Source
 QueryObjectModel QueryObjectModelFactory.createQuery(Source source, Constraint constraint, Ordering[] orderings, Column[] columns)
          Creates a query with one or more selectors.
 Join QueryObjectModelFactory.join(Source left, Source right, int joinType, JoinCondition joinCondition)
          Performs a join between two node-tuple sources.
 

Uses of Source in org.apache.jackrabbit.core.query.qom
 

Classes in org.apache.jackrabbit.core.query.qom that implement Source
 class JoinImpl
          JoinImpl...
 class SelectorImpl
          SelectorImpl...
 class SourceImpl
          SourceImpl...
 

Methods in org.apache.jackrabbit.core.query.qom that return Source
 Source JoinImpl.getLeft()
          Gets the left node-tuple source.
 Source JoinImpl.getRight()
          Gets the right node-tuple source.
 Source QueryObjectModelImpl.getSource()
          Gets the node-tuple source for this query.
 

Methods in org.apache.jackrabbit.core.query.qom with parameters of type Source
 QueryObjectModel QueryObjectModelFactoryImpl.createQuery(Source source, Constraint constraint, Ordering[] orderings, Column[] columns)
          Creates a query with one or more selectors.
 Join QueryObjectModelFactoryImpl.join(Source left, Source right, int joinType, JoinCondition joinCondition)
          Performs a join between two node-tuple sources.
 



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