org.apache.jackrabbit.spi.commons.query.qom
Class SameNodeJoinConditionImpl

java.lang.Object
  extended by org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
      extended by org.apache.jackrabbit.spi.commons.query.qom.JoinConditionImpl
          extended by org.apache.jackrabbit.spi.commons.query.qom.SameNodeJoinConditionImpl
All Implemented Interfaces:
JoinCondition, SameNodeJoinCondition

public class SameNodeJoinConditionImpl
extends JoinConditionImpl
implements SameNodeJoinCondition

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.
 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.
 Name getSelector2QName()
          Gets the name of the second selector.
 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

getSelector1Name

public String getSelector1Name()
Gets the name of the first selector.

Specified by:
getSelector1Name in interface SameNodeJoinCondition
Returns:
the selector name; non-null

getSelector2Name

public String getSelector2Name()
Gets the name of the second selector.

Specified by:
getSelector2Name in interface SameNodeJoinCondition
Returns:
the selector name; non-null

getSelector2Path

public String getSelector2Path()
Gets the path relative to the second selector.

Specified by:
getSelector2Path in interface SameNodeJoinCondition
Returns:
the relative path, or null for none

getSelector1QName

public Name getSelector1QName()
Gets the name of the first selector.

Returns:
the selector name; non-null

getSelector2QName

public Name getSelector2QName()
Gets the name of the second selector.

Returns:
the selector name; non-null

getSelector2QPath

public Path getSelector2QPath()
Gets the path relative to the second selector.

Returns:
the relative path, or null for none

accept

public Object accept(QOMTreeVisitor visitor,
                     Object data)
              throws Exception
Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.

Specified by:
accept in class AbstractQOMNode
Parameters:
visitor - the visitor.
data - user defined data, which is passed to the visit method.
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.