Copyright© 2008-2018 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 - 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.