org.alfresco.repo.search.impl.querymodel
Interface Join

All Superinterfaces:
Source
All Known Implementing Classes:
BaseJoin, LuceneJoin

public interface Join
extends Source


Method Summary
 Constraint getJoinCondition()
          Get the join condition.
 JoinType getJoinType()
          Get the join type
 Source getLeft()
          The source for the left hand side of the join
 Source getRight()
          The source for the right hand side of the join
 
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.Source
getSelector, getSelectorGroups, getSelectors
 

Method Detail

getLeft

Source getLeft()
The source for the left hand side of the join

Returns:

getRight

Source getRight()
The source for the right hand side of the join

Returns:

getJoinType

JoinType getJoinType()
Get the join type

Returns:

getJoinCondition

Constraint getJoinCondition()
Get the join condition. Not all constraints are valid join conditions

Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.