OSID Logo
OSID Specifications
configuration rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.configuration.rules.ParameterProcessorEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
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.TypeparameterProcessorEnablerRecordTypea parameter processor enabler record type
Returnosid.configuration.rules.records.ParameterProcessorEnablerSearchOrderRecordthe parameter processor enabler search order record
ErrorsNULL_ARGUMENT parameterProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(parameterProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.