Copyright© 2008-2022 Sitevision AB, all rights reserved.
public interface DescendantNodeJoinCondition extends JoinCondition
descendantSelector node
is a descendant of the ancestorSelector
node. A node-tuple satisfies the constraint only if:
descendantSelectorNode.getAncestor(n).isSame(ancestorSelectorNode) &&
descendantSelectorNode.getDepth() > n
would return true some some non-negative integer n, where
descendantSelectorNode is the node for descendantSelector and ancestorSelectorNode
is the node for ancestorSelector.
Sitevision note: Unsupported operation
| Modifier and Type | Method and Description |
|---|---|
String |
getAncestorSelectorName()
Gets the name of the ancestor selector.
|
String |
getDescendantSelectorName()
Gets the name of the descendant selector.
|
Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.