OSID Logo
OSID Specifications
recipe package
Version 3.0.0
Release Candidate Preview
Interfaceosid.recipe.ProcedureSearchOrder
Implementsosid.OsidObjectSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetProcedureSearchOrderRecord
Description

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

Parametersosid.type.TypeprocedureRecordTypea procedure record type
Returnosid.recipe.records.ProcedureSearchOrderRecordthe procedure search order record
ErrorsNULL_ARGUMENT procedureRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(procedureRecordType) is false
CompliancemandatoryThis method must be implemented.