public static interface GQL.Filter
Modifier and Type | Method and Description |
---|---|
boolean |
include(Row row)
Returns
true if the given row should be
included in the result. |
boolean include(Row row) throws 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.RepositoryException
- if an error occurs while reading from the
repository.Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.