OSID Logo
OSID Specifications
offering package
Version 3.0.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.TypecatalogueRecordTypea catalogue record type
Returnosid.offering.records.CatalogueSearchOrderRecordthe catalogue search order record interface
ErrorsNULL_ARGUMENTcatalogueRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(catalogueRecordType) is false
CompliancemandatoryThis method must be implemented.