Uses of Interface
org.apache.jackrabbit.spi.commons.query.jsr283.qom.JoinCondition

Packages that use JoinCondition
org.apache.jackrabbit.spi.commons.query.jsr283.qom   
org.apache.jackrabbit.spi.commons.query.qom   
 

Uses of JoinCondition in org.apache.jackrabbit.spi.commons.query.jsr283.qom
 

Subinterfaces of JoinCondition in org.apache.jackrabbit.spi.commons.query.jsr283.qom
 interface ChildNodeJoinCondition
          Tests whether the childSelector node is a child of the parentSelector node.
 interface DescendantNodeJoinCondition
          Tests whether the descendantSelector node is a descendant of the ancestorSelector node.
 interface EquiJoinCondition
          Tests whether the value of a property in a first selector is equal to the value of a property in a second selector.
 interface SameNodeJoinCondition
          Tests whether two nodes are "the same" according to the isSame method of javax.jcr.Item.
 

Methods in org.apache.jackrabbit.spi.commons.query.jsr283.qom that return JoinCondition
 JoinCondition Join.getJoinCondition()
          Gets the join condition.
 

Methods in org.apache.jackrabbit.spi.commons.query.jsr283.qom with parameters of type JoinCondition
 Join QueryObjectModelFactory.join(Source left, Source right, int joinType, JoinCondition joinCondition)
          Performs a join between two node-tuple sources.
 

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

Classes in org.apache.jackrabbit.spi.commons.query.qom that implement JoinCondition
 class ChildNodeJoinConditionImpl
          ChildNodeJoinConditionImpl...
 class DescendantNodeJoinConditionImpl
          DescendantNodeJoinConditionImpl...
 class EquiJoinConditionImpl
          EquiJoinConditionImpl...
 class JoinConditionImpl
          JoinConditionImpl...
 class SameNodeJoinConditionImpl
          SameNodeJoinConditionImpl...
 

Methods in org.apache.jackrabbit.spi.commons.query.qom that return JoinCondition
 JoinCondition JoinImpl.getJoinCondition()
          Gets the join condition.
 

Methods in org.apache.jackrabbit.spi.commons.query.qom with parameters of type JoinCondition
 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.