Copyright© 2008-2022 Sitevision AB, all rights reserved.
public interface DescendantNode extends Constraint
selector
node is a descendant of a
node reachable by absolute path path
.
A node-tuple satisfies the constraint only if:
selectorNode.getAncestor(n).isSame(session.getNode(path)) && selectorNode.getDepth() > n
would return true for some non-negative integer n
, where selectorNode
is the node for the specified selector.
Sitevision note: Unsupported operation
Modifier and Type | Method and Description |
---|---|
String |
getAncestorPath()
Gets the absolute path.
|
String |
getSelectorName()
Gets the name of the selector against which to apply this constraint.
|
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.