public interface UtilitySearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
UtilityList |
getUtilities()
Gets the utility list resulting from a search.
|
UtilityQueryInspector |
getUtilityQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
UtilitySearchResultsRecord |
getUtilitySearchResultsRecord(Type utilitySearchRecordType)
Gets the utility search results record corresponding to the given
utility search record Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeUtilityList getUtilities()
IllegalStateException - list already retrievedmandatory - This method must be implemented. UtilityQueryInspector getUtilityQueryInspector()
mandatory - This method must be implemented. UtilitySearchResultsRecord getUtilitySearchResultsRecord(Type utilitySearchRecordType) throws OperationFailedException
utilitySearchRecordType - a utility search record typeNullArgumentException - utilitySearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(utilitySearchRecordType) is false
mandatory - This method must be implemented.