OSID Logo
OSID Specifications
cataloging rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.cataloging.rules.CatalogEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetCatalogEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypecatalogEnablerRecordTypea catalog enabler record type
Returnosid.cataloging.rules.records.CatalogEnablerSearchOrderRecordthe catalog enabler search order record
ErrorsNULL_ARGUMENT catalogEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(catalogEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.