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()
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
|
Selector |
getSelector(String name) |
List<Set<String>> |
getSelectorGroups(FunctionEvaluationContext functionContext) |
Map<String,Selector> |
getSelectors() |
String |
toString() |
public BaseJoin(Source left, Source right, JoinType joinType, Constraint joinConstraint)
public Constraint getJoinCondition()
Join
getJoinCondition
in interface Join
public JoinType getJoinType()
Join
getJoinType
in interface Join
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
Copyright © 2005–2016 Alfresco Software. All rights reserved.