OSID Logo
OSID Specifications
configuration rules package
Version 3.1.0
Interfaceosid.configuration.rules.ParameterProcessorEnablerSearch
Implementsosid.OsidSearch
Used Byosid.configuration.rules.ParameterProcessorEnablerSearchSession
Description

The search for governing parameter processor enabler searches.

MethodsearchAmongParameterProcessorEnablers
Description

Execute this search among the given list of parameter processor enablers.

Parametersosid.id.IdListparameterProcessorEnablerIds list of parameter processor enablers
ErrorsNULL_ARGUMENT parameterProcessorEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderParameterProcessorEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.configuration.rules.ParameterProcessorEnablerSearchOrderparameterProcessorEnablerSearchOrder parameter processor enabler search order
ErrorsNULL_ARGUMENT parameterProcessorEnablerSearchOrder is null
UNSUPPORTED parameterProcessorEnablerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetParameterProcessorEnablerSearchRecord
Description

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

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