public interface BrokerQueryResultRow
extends com.tridion.util.ObjectSizeProvider
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(Object resultItem)
This adds a result item to this query result row.
|
<T> T |
getItem(Class<T> desiredType)
This allows retrieval of an entity from this broker query result row.
|
com.tridion.util.CMURI |
getItemURI()
This retrieves the itemURI of the item representing this result row.
|
List<Object> |
getResultItems()
Gets the result items.
|
void |
setItemURI(com.tridion.util.CMURI newItemUri)
This sets the itemURI for the found resultRow.
|
void setItemURI(com.tridion.util.CMURI newItemUri)
newItemUri - The itemURI representing entities in this result rowcom.tridion.util.CMURI getItemURI()
void addItem(Object resultItem)
resultItem - The result item to add to the query result row<T> T getItem(Class<T> desiredType)
T - The type of the entity to retrievedesiredType - The desired type of the entity to retrieveCopyright © 2017 SDL Group. All rights reserved.