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

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

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

Subinterfaces of Operand in org.apache.jackrabbit.spi.commons.query.jsr283.qom
 interface BindVariableValue
          Evaluates to the value of a bind variable.
 interface DynamicOperand
          An operand whose value can only be determined in evaluating the query.
 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 Literal
          Evaluates to a Literal value.
 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 StaticOperand
          An operand whose value can be determined from static analysis of the query, prior to its evaluation.
 interface UpperCase
          Evaluates to the upper-case string value (or values, if multi-valued) of operand.
 

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

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



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