|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
org.apache.jackrabbit.spi.commons.query.qom.JoinConditionImpl
org.apache.jackrabbit.spi.commons.query.qom.SameNodeJoinConditionImpl
public class SameNodeJoinConditionImpl
SameNodeJoinConditionImpl...
| Field Summary |
|---|
| Fields inherited from class org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode |
|---|
resolver |
| Method Summary | |
|---|---|
Object |
accept(QOMTreeVisitor visitor,
Object data)
Accepts a visitor and calls the appropriate visit method
depending on the type of this QOM node. |
String |
getSelector1Name()
Gets the name of the first selector. |
org.apache.jackrabbit.spi.Name |
getSelector1QName()
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. |
org.apache.jackrabbit.spi.Name |
getSelector2QName()
Gets the name of the second selector. |
org.apache.jackrabbit.spi.Path |
getSelector2QPath()
Gets the path relative to the second selector. |
String |
toString()
|
| Methods inherited from class org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode |
|---|
getJCRName, getJCRPath, protect, quote, quote |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getSelector1Name()
getSelector1Name in interface SameNodeJoinConditionpublic String getSelector2Name()
getSelector2Name in interface SameNodeJoinConditionpublic String getSelector2Path()
getSelector2Path in interface SameNodeJoinConditionpublic org.apache.jackrabbit.spi.Name getSelector1QName()
public org.apache.jackrabbit.spi.Name getSelector2QName()
public org.apache.jackrabbit.spi.Path getSelector2QPath()
public Object accept(QOMTreeVisitor visitor,
Object data)
throws Exception
visitor and calls the appropriate visit method
depending on the type of this QOM node.
accept in class AbstractQOMNodevisitor - the visitor.data - user defined data, which is passed to the visit method.
Exceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||