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