Class JoinImpl
- java.lang.Object
- 
- org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
- 
- org.apache.jackrabbit.spi.commons.query.qom.SourceImpl
- 
- org.apache.jackrabbit.spi.commons.query.qom.JoinImpl
 
 
 
- 
 public class JoinImpl extends SourceImpl implements Join JoinImpl...
- 
- 
Field Summary- 
Fields inherited from class org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNoderesolver
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectaccept(QOMTreeVisitor visitor, Object data)Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.JoinConditiongetJoinCondition()Gets the join condition.StringgetJoinType()Gets the join type.JoinTypegetJoinTypeInstance()SourcegetLeft()Gets the left node-tuple source.SourcegetRight()Gets the right node-tuple source.SelectorImpl[]getSelectors()StringtoString()- 
Methods inherited from class org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNodegetJCRName, getJCRPath, protect, quote, quote
 
- 
 
- 
- 
- 
Method Detail- 
getJoinTypeInstancepublic JoinType getJoinTypeInstance() 
 - 
getLeftpublic Source getLeft() Gets the left node-tuple source.
 - 
getRightpublic Source getRight() Gets the right node-tuple source.
 - 
getJoinTypepublic String getJoinType() Gets the join type.- Specified by:
- getJoinTypein interface- Join
- Returns:
- either
 
 - 
getJoinConditionpublic JoinCondition getJoinCondition() Gets the join condition.- Specified by:
- getJoinConditionin interface- Join
- Returns:
- the join condition; non-null
 
 - 
getSelectorspublic SelectorImpl[] getSelectors() - Specified by:
- getSelectorsin class- SourceImpl
- Returns:
- the selectors that are contained in this source.
 
 - 
acceptpublic Object accept(QOMTreeVisitor visitor, Object data) throws Exception Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.- Specified by:
- acceptin class- AbstractQOMNode
- Parameters:
- visitor- the visitor.
- data- user defined data, which is passed to the visit method.
- Throws:
- Exception
 
 
- 
 
-