Interface Join
-
- All Superinterfaces:
Source
- All Known Implementing Classes:
BaseJoin
,LuceneJoin
public interface Join extends Source
- Author:
- andyh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Constraint
getJoinCondition()
Get the join condition.Source
getLeft()
The source for the left hand side of the joinSource
getRight()
The source for the right hand side of the join-
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.Source
getJoinType, getSelector, getSelectorGroups, getSelectors, setJoinType
-
-
-
-
Method Detail
-
getLeft
Source getLeft()
The source for the left hand side of the join- Returns:
- Source
-
getRight
Source getRight()
The source for the right hand side of the join- Returns:
- Source
-
getJoinCondition
Constraint getJoinCondition()
Get the join condition. Not all constraints are valid join conditions- Returns:
- Constraint
-
-