OSID Logo
OSID Specifications
configuration rules package
Version 3.1.0
Interfaceosid.configuration.rules.ParameterProcessorSearch
Implementsosid.OsidSearch
Used Byosid.configuration.rules.ParameterProcessorSearchSession
Description

The search interface for governing parameter processor searches.

MethodsearchAmongParameterProcessors
Description

Execute this search among the given list of parameter processors.

Parametersosid.id.IdListparameterProcessorIds list of parameter processors
ErrorsNULL_ARGUMENT parameterProcessorIds is null
Compliancemandatory This method must be implemented.
MethodorderParameterProcessorResults
Description

Specify an ordering to the search results.

Parametersosid.configuration.rules.ParameterProcessorSearchOrderparameterProcessorSearchOrder parameter processor search order
ErrorsNULL_ARGUMENT parameterProcessorSearchOrder is null
UNSUPPORTED parameterProcessorSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetParameterProcessorSearchRecord
Description

Gets the parameter processor search record corresponding to the given parameter processor search record Type. This method is used to retrieve an object implementing the requested record.

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