Class ChildNodeJoinConditionImpl
java.lang.Object
org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
org.apache.jackrabbit.spi.commons.query.qom.JoinConditionImpl
org.apache.jackrabbit.spi.commons.query.qom.ChildNodeJoinConditionImpl
- All Implemented Interfaces:
ChildNodeJoinCondition,JoinCondition
ChildNodeJoinConditionImpl...-
Method Summary
Modifier and TypeMethodDescriptionaccept(QOMTreeVisitor visitor, Object data) Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.Gets the name of the child selector.Gets the name of the child selector.Gets the name of the parent selector.Gets the name of the parent selector.toString()
-
Method Details
-
getChildSelectorName
Gets the name of the child selector.- Specified by:
getChildSelectorNamein interfaceChildNodeJoinCondition- Returns:
- the selector name; non-null
-
getParentSelectorName
Gets the name of the parent selector.- Specified by:
getParentSelectorNamein interfaceChildNodeJoinCondition- Returns:
- the selector name; non-null
-
getChildSelectorQName
Gets the name of the child selector.- Returns:
- the selector name; non-null
-
getParentSelectorQName
Gets the name of the parent selector.- Returns:
- the selector name; non-null
-
accept
Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.- Specified by:
acceptin classAbstractQOMNode- Parameters:
visitor- the visitor.data- user defined data, which is passed to the visit method.- Throws:
Exception
-
toString
-