public static interface GQL.Filter
| Modifier and Type | Method and Description |
|---|---|
boolean |
include(javax.jcr.query.Row row)
Returns
true if the given row should be
included in the result. |
boolean include(javax.jcr.query.Row row)
throws javax.jcr.RepositoryException
true if the given row should be
included in the result.row - the row to check.true if the row should be included,
false otherwise.javax.jcr.RepositoryException - if an error occurs while reading from the
repository.Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.