OSID Logo
OSID Specifications
configuration rules package
Version 3.1.0
Interfaceosid.configuration.rules.ParameterProcessorSearchOrder
Implementsosid.OsidProcessorSearchOrder
Used Byosid.configuration.rules.ParameterProcessorSearchSession
osid.configuration.rules.ParameterProcessorSmartConfigurationSession
Description

An interface for specifying the ordering of search results.

MethodgetParameterProcessorSearchOrderRecord
Description

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

Parametersosid.type.TypeparameterProcessorRecordType a parameter processor record type
Returnosid.configuration.rules.records.ParameterProcessorSearchOrderRecord the parameter processor search order record
ErrorsNULL_ARGUMENT parameterProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(parameterProcessorRecordType) is false
Compliancemandatory This method must be implemented.