Interface QueryBuilderInterceptor.SelectionInterceptor.QueryResult.Row
- All Known Implementing Classes:
QueryResultImpl.RowImpl
- Enclosing interface:
QueryBuilderInterceptor.SelectionInterceptor.QueryResult
public static interface QueryBuilderInterceptor.SelectionInterceptor.QueryResult.Row
-
Method Summary
Modifier and TypeMethodDescriptiongetValueForPath
(Path path) void
If this method is called, this row will be ignored by all future calls toQueryBuilderInterceptor.SelectionInterceptor.QueryResult.findRowsWithValueAtPath(Path, Object)
boolean
void
setValueForPath
(Path path, @Nullable Object value) Overwrites the query result of the givenPath
with the given value
-
Method Details
-
getValueForPath
- Returns:
- the value of the given
Path
-
setValueForPath
Overwrites the query result of the givenPath
with the given value -
ignoreRow
void ignoreRow()If this method is called, this row will be ignored by all future calls toQueryBuilderInterceptor.SelectionInterceptor.QueryResult.findRowsWithValueAtPath(Path, Object)
-
isIgnored
boolean isIgnored()- Returns:
- true if this row is ignored.
-