Class DynamicOperandImpl
- java.lang.Object
-
- org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
-
- org.apache.jackrabbit.spi.commons.query.qom.DynamicOperandImpl
-
- All Implemented Interfaces:
DynamicOperand
,Operand
- Direct Known Subclasses:
FullTextSearchScoreImpl
,LengthImpl
,LowerCaseImpl
,NodeLocalNameImpl
,NodeNameImpl
,PropertyValueImpl
,UpperCaseImpl
public abstract class DynamicOperandImpl extends AbstractQOMNode implements DynamicOperand
DynamicOperandImpl
...
-
-
Constructor Summary
Constructors Constructor Description DynamicOperandImpl(NamePathResolver resolver, Name selectorName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSelectorName()
Gets the name of the selector against which to evaluate this operand.Name
getSelectorQName()
Gets the name of the selector against which to evaluate this operand.-
Methods inherited from class org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
accept
-
-
-
-
Constructor Detail
-
DynamicOperandImpl
public DynamicOperandImpl(NamePathResolver resolver, Name selectorName)
-
-
Method Detail
-
getSelectorName
public java.lang.String getSelectorName()
Gets the name of the selector against which to evaluate this operand.- Returns:
- the selector name; non-null
-
getSelectorQName
public Name getSelectorQName()
Gets the name of the selector against which to evaluate this operand.- Returns:
- the selector name; non-null
-
-