Uses of Interface
org.apache.jackrabbit.spi.commons.query.jsr283.qom.DynamicOperand

Packages that use DynamicOperand
org.apache.jackrabbit.spi.commons.query.jsr283.qom   
org.apache.jackrabbit.spi.commons.query.qom   
 

Uses of DynamicOperand in org.apache.jackrabbit.spi.commons.query.jsr283.qom
 

Subinterfaces of DynamicOperand in org.apache.jackrabbit.spi.commons.query.jsr283.qom
 interface FullTextSearchScore
          Evaluates to a DOUBLE value equal to the full-text search score of a node.
 interface Length
          Evaluates to the length (or lengths, if multi-valued) of a property.
 interface LowerCase
          Evaluates to the lower-case string value (or values, if multi-valued) of operand.
 interface NodeLocalName
          Evaluates to a NAME value equal to the local (unprefixed) name of a node.
 interface NodeName
          Evaluates to a NAME value equal to the namespace-qualified name of a node.
 interface PropertyValue
          Evaluates to the value (or values, if multi-valued) of a property.
 interface UpperCase
          Evaluates to the upper-case string value (or values, if multi-valued) of operand.
 

Methods in org.apache.jackrabbit.spi.commons.query.jsr283.qom that return DynamicOperand
 DynamicOperand UpperCase.getOperand()
          Gets the operand whose value is converted to a upper-case string.
 DynamicOperand Ordering.getOperand()
          The operand by which to order.
 DynamicOperand LowerCase.getOperand()
          Gets the operand whose value is converted to a lower-case string.
 DynamicOperand Comparison.getOperand1()
          Gets the first operand.
 

Methods in org.apache.jackrabbit.spi.commons.query.jsr283.qom with parameters of type DynamicOperand
 Ordering QueryObjectModelFactory.ascending(DynamicOperand operand)
          Orders by the value of the specified operand, in ascending order.
 Comparison QueryObjectModelFactory.comparison(DynamicOperand operand1, int operator, StaticOperand operand2)
          Filters node-tuples based on the outcome of a binary operation.
 Ordering QueryObjectModelFactory.descending(DynamicOperand operand)
          Orders by the value of the specified operand, in descending order.
 LowerCase QueryObjectModelFactory.lowerCase(DynamicOperand operand)
          Evaluates to the lower-case string value (or values, if multi-valued) of an operand.
 UpperCase QueryObjectModelFactory.upperCase(DynamicOperand operand)
          Evaluates to the upper-case string value (or values, if multi-valued) of an operand.
 

Uses of DynamicOperand in org.apache.jackrabbit.spi.commons.query.qom
 

Classes in org.apache.jackrabbit.spi.commons.query.qom that implement DynamicOperand
 class DynamicOperandImpl
          DynamicOperandImpl...
 class FullTextSearchScoreImpl
          FullTextSearchScoreImpl...
 class LengthImpl
          LengthImpl...
 class LowerCaseImpl
          LowerCaseImpl...
 class NodeLocalNameImpl
          NodeLocalNameImpl...
 class NodeNameImpl
          NodeNameImpl...
 class PropertyValueImpl
          PropertyValueImpl...
 class UpperCaseImpl
          UpperCaseImpl...
 

Methods in org.apache.jackrabbit.spi.commons.query.qom that return DynamicOperand
 DynamicOperand UpperCaseImpl.getOperand()
          Gets the operand whose value is converted to a upper-case string.
 DynamicOperand OrderingImpl.getOperand()
          The operand by which to order.
 DynamicOperand LowerCaseImpl.getOperand()
          Gets the operand whose value is converted to a lower-case string.
 DynamicOperand ComparisonImpl.getOperand1()
          Gets the first operand.
 

Methods in org.apache.jackrabbit.spi.commons.query.qom with parameters of type DynamicOperand
 Ordering QueryObjectModelFactoryImpl.ascending(DynamicOperand operand)
          Orders by the value of the specified operand, in ascending order.
 Comparison QueryObjectModelFactoryImpl.comparison(DynamicOperand operand1, int operator, StaticOperand operand2)
          Filters node-tuples based on the outcome of a binary operation.
 Ordering QueryObjectModelFactoryImpl.descending(DynamicOperand operand)
          Orders by the value of the specified operand, in descending order.
 LowerCase QueryObjectModelFactoryImpl.lowerCase(DynamicOperand operand)
          Evaluates to the lower-case string value (or values, if multi-valued) of an operand.
 UpperCase QueryObjectModelFactoryImpl.upperCase(DynamicOperand operand)
          Evaluates to the upper-case string value (or values, if multi-valued) of an operand.
 



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