Package javax.jcr.query.qom
Interface ChildNodeJoinCondition
- 
- All Superinterfaces:
 JoinCondition
- All Known Implementing Classes:
 ChildNodeJoinConditionImpl
public interface ChildNodeJoinCondition extends JoinCondition
Tests whether thechildSelectornode is a child of theparentSelectornode. A node-tuple satisfies the constraint only if:childSelectorNode.getParent().isSame(parentSelectorNode)
would return true, wherechildSelectorNodeis the node forchildSelectorandparentSelectorNodeis the node forparentSelector.- Since:
 - JCR 2.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetChildSelectorName()Gets the name of the child selector.java.lang.StringgetParentSelectorName()Gets the name of the parent selector. 
 -