public interface RenovationSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
RenovationQueryInspector |
getRenovationQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
RenovationList |
getRenovations()
Gets the renovation list resulting from a search.
|
RenovationSearchResultsRecord |
getRenovationSearchResultsRecord(Type renovationSearchRecordType)
Gets the renovation search results record corresponding to the given
renovation search record Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeRenovationList getRenovations()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. RenovationQueryInspector getRenovationQueryInspector()
mandatory - This method must be implemented. RenovationSearchResultsRecord getRenovationSearchResultsRecord(Type renovationSearchRecordType) throws OperationFailedException
renovationSearchRecordType - a renovation search record typeNullArgumentException -
RenovationSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(renovationSearchRecordType) is
false mandatory - This method must be implemented.