| Package | Description |
|---|---|
| com.sdl.web.api.broker.querying | |
| com.sdl.web.api.broker.querying.criteria | |
| com.sdl.web.api.broker.querying.generators.service |
| Modifier and Type | Method and Description |
|---|---|
BrokerCriteria |
BrokerQuery.getCriteria()
Retrieves the Criteria applied to this Query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BrokerQuery.setCriteria(BrokerCriteria queryCriteria)
Sets the Criteria to apply to the Query, the CriteriaBuilder can be used
to build a set of Criteria.
|
| Modifier and Type | Method and Description |
|---|---|
List<BrokerCriteria> |
BrokerCriteria.getCriteriaChildren()
Returns a list of children for the Criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BrokerCriteria.addCriteria(BrokerCriteria childCriteria)
Add criteria to the current BrokerCriteria, as a nested Child.
|
| Modifier and Type | Method and Description |
|---|---|
BrokerQueryResult |
BrokerQueryService.executeQuery(String selectField,
BrokerCriteria criteria,
BrokerSorting sorting,
BrokerResultFilter resultFilter)
This executes the actual broker query based on the given criteria, sorting and filter.
|
BrokerQueryConstructor |
BrokerQueryService.generateQuery(String selectField,
BrokerCriteria criteria,
BrokerSorting sorting)
This generates the main broker query needed to execute the JPQL query.
|
Copyright © 2016 SDL Group. All rights reserved.