public class PropertyExistenceConstraint extends QueryConstraint
PropertyExistenceConstraint implements a property existence
constraint.| Constructor and Description |
|---|
PropertyExistenceConstraint(org.apache.jackrabbit.spi.commons.query.qom.PropertyExistenceImpl prop,
org.apache.jackrabbit.spi.commons.query.qom.SelectorImpl selector,
LuceneQueryFactory factory)
Creates a new property existence constraint.
|
evaluategetSelector, getSelectorIndexpublic PropertyExistenceConstraint(org.apache.jackrabbit.spi.commons.query.qom.PropertyExistenceImpl prop,
org.apache.jackrabbit.spi.commons.query.qom.SelectorImpl selector,
LuceneQueryFactory factory)
throws RepositoryException
prop - the QOM property existence constraint.selector - the selector for this constraint.factory - the lucene query factory.RepositoryException - if an error occurs while creating a lucene
query for this constraint.Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.