Copyright© 2008-2018 SiteVision AB, all rights reserved.
public interface SameNodeJoinCondition extends JoinCondition
isSame
method of javax.jcr.Item
.
Tests whether the selector1
node is the same as a node identified by
relative path from the selector2
node.
A node-tuple satisfies the constraint only if:
selector1Node.isSame(selector2Node.getNode(selector2Path))would return true, where
selector1Node
is the node for selector1
and selector2Node
is the node for
selector2
.
SiteVision note: Unsupported operation
Modifier and Type | Method and Description |
---|---|
String |
getSelector1Name()
Gets the name of the first selector.
|
String |
getSelector2Name()
Gets the name of the second selector.
|
String |
getSelector2Path()
Gets the path relative to the second selector.
|
String getSelector1Name()
String getSelector2Name()
String getSelector2Path()
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.