public class BaseJoin extends java.lang.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(java.lang.String name) |
java.util.List |
getSelectorGroups(FunctionEvaluationContext functionContext) |
java.util.Map |
getSelectors() |
java.lang.String |
toString() |
public BaseJoin(Source left, Source right, JoinType joinType, Constraint joinConstraint)
public Constraint getJoinCondition()
JoingetJoinCondition in interface Joinpublic JoinType getJoinType()
JoingetJoinType in interface Joinpublic Source getLeft()
Joinpublic Source getRight()
Joinpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Map getSelectors()
getSelectors in interface Sourcepublic Selector getSelector(java.lang.String name)
getSelector in interface Sourcepublic java.util.List getSelectorGroups(FunctionEvaluationContext functionContext)
getSelectorGroups in interface SourceCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.