public interface BrokerQueryResult
extends com.tridion.util.ObjectSizeProvider
| Modifier and Type | Method and Description |
|---|---|
void |
addResultRow(BrokerQueryResultRow resultRow)
This adds a result to the broker query.
|
List<String> |
getResultIds()
This returns a list of found result cmuri's.
|
List<BrokerQueryResultRow> |
getResultRows()
This returns all the detailed result rows found for the broker query.
|
<T> List<T> |
getResults(Class<T> desiredType)
This returns all the detailed result rows found for the broker query.
|
List<String> getResultIds()
List<BrokerQueryResultRow> getResultRows()
<T> List<T> getResults(Class<T> desiredType)
void addResultRow(BrokerQueryResultRow resultRow)
resultRow - The resultRow to add to the result listCopyright © 2017 SDL Group. All rights reserved.