Copyright© 2008-2026 Sitevision AB, all rights reserved.
public interface ChildNodeJoinCondition extends JoinCondition
childSelector node is a child
of the parentSelector node. A node-tuple
satisfies the constraint only if:
childSelectorNode.getParent().isSame(parentSelectorNode)would return true, where
childSelectorNode is the node for
childSelector and parentSelectorNode
is the node for parentSelector.
Sitevision note: Unsupported operation
| Modifier and Type | Method and Description |
|---|---|
String |
getChildSelectorName()
Gets the name of the child selector.
|
String |
getParentSelectorName()
Gets the name of the parent selector.
|
Sitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2026 Sitevision AB, all rights reserved.