Interface GQL.Filter
-
- Enclosing class:
- GQL
public static interface GQL.FilterDefines a filter for query result rows.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleaninclude(Row row)Returnstrueif the givenrowshould be included in the result.
-
-
-
Method Detail
-
include
boolean include(Row row) throws RepositoryException
Returnstrueif the givenrowshould be included in the result.- Parameters:
row- the row to check.- Returns:
trueif the row should be included,falseotherwise.- Throws:
RepositoryException- if an error occurs while reading from the repository.
-
-