Copyright© 2008-2022 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-2022 Sitevision AB, all rights reserved.