public interface CookbookSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
CookbookQueryInspector |
getCookbookQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
CookbookList |
getCookbooks()
Gets the cook book list resulting from a search.
|
CookbookSearchResultsRecord |
getCookbookSearchResultsRecord(Type cookbookSearchRecordType)
Gets the cook book search rsults record corresponding to the given
cook book search record Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeCookbookList getCookbooks()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. CookbookQueryInspector getCookbookQueryInspector()
mandatory - This method must be implemented. CookbookSearchResultsRecord getCookbookSearchResultsRecord(Type cookbookSearchRecordType) throws OperationFailedException
cookbookSearchRecordType - a cook book search record typeNullArgumentException - cookbookSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(cookbookSearchRecordType) is
false mandatory - This method must be implemented.