OSID Logo
OSID Specifications
cataloging package
Version 3.0.0
Release Candidate Preview
Interfaceosid.cataloging.CatalogSearchOrder
Implementsosid.OsidCatalogSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetCatalogSearchOrderRecord
Description

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

Parametersosid.type.TypecatalogRecordTypea catalog record type
Returnosid.cataloging.records.CatalogSearchOrderRecordthe catalog search order record
ErrorsNULL_ARGUMENT catalogRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(catalogRecordType) is false
CompliancemandatoryThis method must be implemented.