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()
Join
getJoinCondition
in interface Join
public JoinType getJoinType()
getJoinType
in interface Source
public Source getLeft()
Join
public Source getRight()
Join
public Map<String,Selector> getSelectors()
getSelectors
in interface Source
public Selector getSelector(String name)
getSelector
in interface Source
public List<Set<String>> getSelectorGroups(FunctionEvaluationContext functionContext)
getSelectorGroups
in interface Source
public void setJoinType(JoinType joinType)
setJoinType
in interface Source
Copyright © 2005–2020 Alfresco Software. All rights reserved.