Uses of Class
org.xcmis.search.model.source.join.JoinCondition

Packages that use JoinCondition
org.xcmis.search.model.source   
org.xcmis.search.model.source.join   
 

Uses of JoinCondition in org.xcmis.search.model.source
 

Methods in org.xcmis.search.model.source that return JoinCondition
 JoinCondition Join.getJoinCondition()
          Get the join condition
 

Constructors in org.xcmis.search.model.source with parameters of type JoinCondition
Join(Source left, JoinType joinType, Source right, JoinCondition joinCondition)
           
 

Uses of JoinCondition in org.xcmis.search.model.source.join
 

Subclasses of JoinCondition in org.xcmis.search.model.source.join
 class ChildNodeJoinCondition
          A join condition that evaluates to true only when the named child node is indeed a child of the named parent node.
 class DescendantNodeJoinCondition
          A join condition that evaluates to true only when the named node is a descendant of another named node.
 class EquiJoinCondition
          A join condition that tests whether a property on a node is equal to a property on another node.
 class SameNodeJoinCondition
          Created by The eXo Platform SAS.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.