Uses of Interface
org.apache.jackrabbit.core.query.jsr283.qom.PropertyValue

Packages that use PropertyValue
org.apache.jackrabbit.core.query.jsr283.qom   
org.apache.jackrabbit.core.query.qom   
 

Uses of PropertyValue in org.apache.jackrabbit.core.query.jsr283.qom
 

Methods in org.apache.jackrabbit.core.query.jsr283.qom that return PropertyValue
 PropertyValue Length.getPropertyValue()
          Gets the property value for which to compute the length.
 PropertyValue QueryObjectModelFactory.propertyValue(String propertyName)
          Evaluates to the value (or values, if multi-valued) of a property of the default selector.
 PropertyValue QueryObjectModelFactory.propertyValue(String selectorName, String propertyName)
          Evaluates to the value (or values, if multi-valued) of a property in the specified selector.
 

Methods in org.apache.jackrabbit.core.query.jsr283.qom with parameters of type PropertyValue
 Length QueryObjectModelFactory.length(PropertyValue propertyValue)
          Evaluates to the length (or lengths, if multi-valued) of a property.
 

Uses of PropertyValue in org.apache.jackrabbit.core.query.qom
 

Classes in org.apache.jackrabbit.core.query.qom that implement PropertyValue
 class PropertyValueImpl
          PropertyValueImpl...
 

Methods in org.apache.jackrabbit.core.query.qom that return PropertyValue
 PropertyValue LengthImpl.getPropertyValue()
          Gets the property value for which to compute the length.
 PropertyValue QueryObjectModelFactoryImpl.propertyValue(String propertyName)
          Evaluates to the value (or values, if multi-valued) of a property of the default selector.
 PropertyValue QueryObjectModelFactoryImpl.propertyValue(String selectorName, String propertyName)
          Evaluates to the value (or values, if multi-valued) of a property in the specified selector.
 

Methods in org.apache.jackrabbit.core.query.qom with parameters of type PropertyValue
 Length QueryObjectModelFactoryImpl.length(PropertyValue propertyValue)
          Evaluates to the length (or lengths, if multi-valued) of a property.
 



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