Interface Join
- All Superinterfaces:
Source
- All Known Implementing Classes:
BaseJoin
,LuceneJoin
- Author:
- andyh
-
Method Summary
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.Source
getJoinType, getSelector, getSelectorGroups, getSelectors, setJoinType
-
Method Details
-
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
-