OSID Logo
OSID Specifications
offering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.offering.CatalogueSearchOrder
Implementsosid.OsidCatalogSearchOrder
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_ARGUMENT catalogueRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(catalogueRecordType) is false
CompliancemandatoryThis method must be implemented.