public interface BrokerQuery
| Modifier and Type | Method and Description |
|---|---|
void |
addSorting(BrokerSortParameter sortParameter)
Apply sorting parameter to query.
|
com.tridion.meta.Item[] |
executeEntityQuery()
Execute the Broker query.
|
String[] |
executeQuery()
Execute the Broker query.
|
BrokerCriteria |
getCriteria()
Retrieves the Criteria applied to this Query.
|
void |
setCriteria(BrokerCriteria queryCriteria)
Sets the Criteria to apply to the Query, the CriteriaBuilder can be used
to build a set of Criteria.
|
void |
setResultFilter(BrokerResultFilter filter)
Sets the result filter to the Query.
|
void setResultFilter(BrokerResultFilter filter)
filter - The resultFilter to apply to the query.void addSorting(BrokerSortParameter sortParameter)
sortParameter - Sorting that will be applied.void setCriteria(BrokerCriteria queryCriteria)
queryCriteria - The criteria to apply to the QueryBrokerCriteria getCriteria()
String[] executeQuery() throws com.tridion.broker.StorageException
com.tridion.broker.StorageException - If unable to execute the Querycom.tridion.meta.Item[] executeEntityQuery()
throws com.tridion.broker.StorageException
com.tridion.broker.StorageException - If unable to execute the QueryCopyright © 2017 SDL Group. All rights reserved.