OSID Logo
OSID Specifications
recipe package
Version 3.0.0
Interfaceosid.recipe.CookbookSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.recipe.CookbookSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetCookbookSearchOrderRecord
Description

Gets the cookbook search order record corresponding to the given cookbook record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypecookbookRecordTypea cookbook record type
Returnosid.recipe.records.CookbookSearchOrderRecordthe cookbook search order record
ErrorsNULL_ARGUMENTcookbookRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(cookbookRecordType) is false
CompliancemandatoryThis method must be implemented.