OSID Logo
OSID Specifications
recipe package
Version 3.0.0
Interfaceosid.recipe.CookbookSearchResults
Implementsosid.OsidSearchResults
Used Byosid.recipe.CookbookSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetCookbooks
Description

Gets the cookbook list resulting from a search.

Returnosid.recipe.CookbookListthe cookbook list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetCookbookQueryInspector
Description

Gets the inspector for the query to examine the terns used in the search.

Returnosid.recipe.CookbookQueryInspectorthe query inspector
CompliancemandatoryThis method must be implemented.
MethodgetCookbookSearchResultsRecord
Description

Gets the cookbook search rsults record corresponding to the given cookbook search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypecookbookSearchRecordTypea cookbook search record type
Returnosid.recipe.records.CookbookSearchResultsRecordthe cookbook search results record
ErrorsNULL_ARGUMENTcookbookSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(cookbookSearchRecordType) is false
CompliancemandatoryThis method must be implemented.