| Package | Description |
|---|---|
| com.tridion.broker.querying | |
| com.tridion.broker.querying.filter | |
| com.tridion.broker.querying.generators.service |
| Modifier and Type | Method and Description |
|---|---|
void |
Query.setResultFilter(ResultFilter filter)
Sets the result filter to the Query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LimitFilter
This is the LimitFilter that limits the amount of results coming from the
generated BrokerQuery.
|
class |
PagingFilter
This is the
PagingFilter that limits the returned result set by only returning a "page" from
the list of queried results (starting at a firstResult index and having a maximum number of returned results). |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
QueryService.executeQuery(QueryConstructor queryConstructor,
ResultFilter resultFilter)
This executes the actual broker query based on the constructed query and resultFilter.
|
QueryResult |
JPAQueryService.executeQuery(QueryConstructor queryConstructor,
ResultFilter resultFilter) |
QueryResult |
CachingQueryService.executeQuery(QueryConstructor queryConstructor,
ResultFilter resultFilter) |
QueryResult |
QueryService.executeQuery(String selectField,
Criteria criteria,
Sorting sorting,
ResultFilter resultFilter)
This executes the actual broker query based on the given criteria, sorting and filter.
|
QueryResult |
JPAQueryService.executeQuery(String selectField,
Criteria criteria,
Sorting sorting,
ResultFilter resultFilter) |
QueryResult |
CachingQueryService.executeQuery(String selectField,
Criteria criteria,
Sorting sorting,
ResultFilter resultFilter) |
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries