public class PropertyExistenceConstraint extends QueryConstraint
PropertyExistenceConstraint
implements a property existence
constraint.Constructor and Description |
---|
PropertyExistenceConstraint(PropertyExistenceImpl prop,
SelectorImpl selector,
LuceneQueryFactory factory)
Creates a new property existence constraint.
|
evaluate
getSelector, getSelectorIndex
public PropertyExistenceConstraint(PropertyExistenceImpl prop, SelectorImpl selector, LuceneQueryFactory factory) throws javax.jcr.RepositoryException
prop
- the QOM property existence constraint.selector
- the selector for this constraint.factory
- the lucene query factory.javax.jcr.RepositoryException
- if an error occurs while creating a lucene
query for this constraint.Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.