Class EquiJoinConditionImpl
- java.lang.Object
 - 
- org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
 - 
- org.apache.jackrabbit.spi.commons.query.qom.JoinConditionImpl
 - 
- org.apache.jackrabbit.spi.commons.query.qom.EquiJoinConditionImpl
 
 
 
 
- 
- All Implemented Interfaces:
 javax.jcr.query.qom.EquiJoinCondition,javax.jcr.query.qom.JoinCondition
public class EquiJoinConditionImpl extends JoinConditionImpl implements javax.jcr.query.qom.EquiJoinCondition
EquiJoinConditionImpl... 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectaccept(QOMTreeVisitor visitor, java.lang.Object data)Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.java.lang.StringgetProperty1Name()Gets the property name in the first selector.NamegetProperty1QName()Gets the property name in the first selector.java.lang.StringgetProperty2Name()Gets the property name in the second selector.NamegetProperty2QName()Gets the property name in the second selector.java.lang.StringgetSelector1Name()Gets the name of the first selector.NamegetSelector1QName()Gets the name of the first selector.java.lang.StringgetSelector2Name()Gets the name of the second selector.NamegetSelector2QName()Gets the name of the second selector.java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getSelector1Name
public java.lang.String getSelector1Name()
Gets the name of the first selector.- Specified by:
 getSelector1Namein interfacejavax.jcr.query.qom.EquiJoinCondition- Returns:
 - the selector name; non-null
 
 
- 
getProperty1Name
public java.lang.String getProperty1Name()
Gets the property name in the first selector.- Specified by:
 getProperty1Namein interfacejavax.jcr.query.qom.EquiJoinCondition- Returns:
 - the property name; non-null
 
 
- 
getSelector2Name
public java.lang.String getSelector2Name()
Gets the name of the second selector.- Specified by:
 getSelector2Namein interfacejavax.jcr.query.qom.EquiJoinCondition- Returns:
 - the selector name; non-null
 
 
- 
getProperty2Name
public java.lang.String getProperty2Name()
Gets the property name in the second selector.- Specified by:
 getProperty2Namein interfacejavax.jcr.query.qom.EquiJoinCondition- Returns:
 - the property name; non-null
 
 
- 
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
 
 
- 
getProperty1QName
public Name getProperty1QName()
Gets the property name in the first selector.- Returns:
 - the property name; non-null
 
 
- 
getProperty2QName
public Name getProperty2QName()
Gets the property name in the second selector.- Returns:
 - the property name; non-null
 
 
- 
accept
public java.lang.Object accept(QOMTreeVisitor visitor, java.lang.Object data) throws java.lang.Exception
Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.- Specified by:
 acceptin classAbstractQOMNode- Parameters:
 visitor- the visitor.data- user defined data, which is passed to the visit method.- Throws:
 java.lang.Exception
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -