OSID Logo
OSID Specifications
offering package
Version 3.1.0
Interfaceosid.offering.CatalogueSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.offering.CatalogueSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetCatalogueSearchOrderRecord
Description

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

Parametersosid.type.TypecatalogueRecordType a catalogue record type
Returnosid.offering.records.CatalogueSearchOrderRecord the catalogue search order record interface
ErrorsNULL_ARGUMENT catalogueRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(catalogueRecordType) is false
Compliancemandatory This method must be implemented.