OSID Logo
OSID Specifications
configuration package
Version 3.1.0
Interfaceosid.configuration.ConfigurationSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.configuration.ConfigurationSearchSession
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.TypeconfigurationRecordType a configuration record type
Returnosid.configuration.records.ConfigurationSearchOrderRecord the configuration search order record
ErrorsNULL_ARGUMENT configurationRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(configurationRecordType) is false
Compliancemandatory This method must be implemented.