OSID Logo
OSID Specifications
configuration package
Version 3.0.0
Release Candidate Preview
Interfaceosid.configuration.ConfigurationSearchOrder
Implementsosid.OsidCatalogSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetConfigurationSearchOrderRecord
Description

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

Parametersosid.type.TypeconfigurationRecordTypea configuration record type
Returnosid.configuration.records.ConfigurationSearchOrderRecordthe configuration search order record
ErrorsNULL_ARGUMENT configurationRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(configurationRecordType) is false
CompliancemandatoryThis method must be implemented.