Copyright© 2008-2018 SiteVision AB, all rights reserved.
public interface ChildNode extends Constraint
selector
node is a child of a node
reachable by absolute path path
.
A node-tuple satisfies the constraint only if:
selectorNode.getParent().isSame(session.getNode(path))would return true, where
selectorNode
is the node for the
specified selector.
SiteVision note: Unsupported operation
Modifier and Type | Method and Description |
---|---|
String |
getParentPath()
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-2018 SiteVision AB, all rights reserved.