Uses of Class
org.apache.jackrabbit.spi.commons.query.qom.PropertyValueImpl
- 
Packages that use PropertyValueImpl Package Description org.apache.jackrabbit.core.query.lucene.constraint org.apache.jackrabbit.spi.commons.query.qom  - 
- 
Uses of PropertyValueImpl in org.apache.jackrabbit.core.query.lucene.constraint
Constructors in org.apache.jackrabbit.core.query.lucene.constraint with parameters of type PropertyValueImpl Constructor Description PropertyValueOperand(PropertyValueImpl operand)Creates a new property value operand. - 
Uses of PropertyValueImpl in org.apache.jackrabbit.spi.commons.query.qom
Methods in org.apache.jackrabbit.spi.commons.query.qom with parameters of type PropertyValueImpl Modifier and Type Method Description ObjectDefaultQOMTreeVisitor. visit(PropertyValueImpl node, Object data)Does nothing and returnsdata.ObjectQOMTreeVisitor. visit(PropertyValueImpl node, Object data) 
 -