public class BaseJoin extends Object implements Join
| Constructor and Description |
|---|
BaseJoin(Source left,
Source right,
JoinType joinType,
Constraint joinConstraint) |
| Modifier and Type | Method and Description |
|---|---|
Constraint |
getJoinCondition()
Get the join condition.
|
JoinType |
getJoinType() |
Source |
getLeft()
The source for the left hand side of the join
|
Source |
getRight()
The source for the right hand side of the join
|
Selector |
getSelector(String name) |
List<Set<String>> |
getSelectorGroups(FunctionEvaluationContext functionContext) |
Map<String,Selector> |
getSelectors() |
void |
setJoinType(JoinType joinType) |
String |
toString() |
public BaseJoin(Source left, Source right, JoinType joinType, Constraint joinConstraint)
public Constraint getJoinCondition()
JoingetJoinCondition in interface Joinpublic JoinType getJoinType()
getJoinType in interface Sourcepublic Source getLeft()
Joinpublic Source getRight()
Joinpublic Map<String,Selector> getSelectors()
getSelectors in interface Sourcepublic Selector getSelector(String name)
getSelector in interface Sourcepublic List<Set<String>> getSelectorGroups(FunctionEvaluationContext functionContext)
getSelectorGroups in interface Sourcepublic void setJoinType(JoinType joinType)
setJoinType in interface SourceCopyright © 2005–2019 Alfresco Software. All rights reserved.