|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SameNodeJoinCondition
Tests whether two nodes are "the same" according to the 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
.
Method Summary | |
---|---|
java.lang.String |
getSelector1Name()
Gets the name of the first selector. |
java.lang.String |
getSelector2Name()
Gets the name of the second selector. |
java.lang.String |
getSelector2Path()
Gets the path relative to the second selector. |
Method Detail |
---|
java.lang.String getSelector1Name()
java.lang.String getSelector2Name()
java.lang.String getSelector2Path()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |