OSID Logo
OSID Specifications
configuration rules package
Version 3.1.0
Interfaceosid.configuration.rules.ParameterProcessorEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.configuration.rules.ParameterProcessorEnablerSearchSession
osid.configuration.rules.ParameterProcessorEnablerSmartConfigurationSession
Description

An interface for specifying the ordering of search results.

MethodgetParameterProcessorEnablerSearchOrderRecord
Description

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

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