OSID Logo
OSID Specifications
recipe package
Version 3.1.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.TypecookbookRecordType a cookbook record type
Returnosid.recipe.records.CookbookSearchOrderRecord the cookbook search order record
ErrorsNULL_ARGUMENT cookbookRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(cookbookRecordType) is false
Compliancemandatory This method must be implemented.