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

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

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

Methods in org.apache.jackrabbit.spi.commons.query.jsr283.qom that return Length
 Length QueryObjectModelFactory.length(PropertyValue propertyValue)
          Evaluates to the length (or lengths, if multi-valued) of a property.
 

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

Classes in org.apache.jackrabbit.spi.commons.query.qom that implement Length
 class LengthImpl
          LengthImpl...
 

Methods in org.apache.jackrabbit.spi.commons.query.qom that return Length
 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.