org.outerj.daisy.repository.query
Interface PredicateExpression
public interface PredicateExpression
An expression that evaluates to true or false, as used in the where
clause of a Daisy query.
Method Summary |
boolean |
evaluate(Document document,
Version version)
The version argument is optional, if not present (null) version-dependent information
will be taken from the document object. |
evaluate
boolean evaluate(Document document,
Version version)
throws QueryException
- The version argument is optional, if not present (null) version-dependent information
will be taken from the document object.
- Throws:
QueryException
Copyright © -2012 . All Rights Reserved.