|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.search.impl.querymodel.impl.BaseJoin
public class BaseJoin
Constructor Summary | |
---|---|
BaseJoin(Source left,
Source right,
JoinType joinType,
Constraint joinConstraint)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BaseJoin(Source left, Source right, JoinType joinType, Constraint joinConstraint)
Method Detail |
---|
public Constraint getJoinCondition()
Join
getJoinCondition
in interface Join
public JoinType getJoinType()
Join
getJoinType
in interface Join
public Source getLeft()
Join
getLeft
in interface Join
public Source getRight()
Join
getRight
in interface Join
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map getSelectors()
getSelectors
in interface Source
public Selector getSelector(java.lang.String name)
getSelector
in interface Source
public java.util.List getSelectorGroups(FunctionEvaluationContext functionContext)
getSelectorGroups
in interface Source
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |