Package javax.jcr.query.qom
Interface ChildNodeJoinCondition
-
- All Superinterfaces:
JoinCondition
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 StringgetChildSelectorName()Gets the name of the child selector.StringgetParentSelectorName()Gets the name of the parent selector.
-