Package | Description |
---|---|
com.tridion.broker.querying | |
com.tridion.broker.querying.generators.service |
Modifier and Type | Method and Description |
---|---|
protected QueryResult |
Query.getQueryResult(String... properties)
Executes the actual query.
|
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