OSID Logo
OSID Specifications
recipe package
Version 3.0.0
Release Candidate Preview
Interfaceosid.recipe.CookbookSearchOrder
Implementsosid.OsidCatalogSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetCookbookSearchOrderRecord
Description

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

Parametersosid.type.TypecookbookRecordTypea cook book record type
Returnosid.recipe.records.CookbookSearchOrderRecordthe cook book search order record
ErrorsNULL_ARGUMENT cookbookRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(cookbookRecordType) is false
CompliancemandatoryThis method must be implemented.