OSID Logo
OSID Specifications
configuration rules package
Version 3.1.0
Interfaceosid.configuration.rules.ParameterProcessor
Implementsosid.OsidProcessor
Used Byosid.configuration.rules.ParameterProcessorAdminSession
osid.configuration.rules.ParameterProcessorList
osid.configuration.rules.ParameterProcessorLookupSession
Description

A ParameterProcessor describes the rules for processing parameters.

MethodgetParameterProcessorRecord
Description

Gets the parameter processor record corresponding to the given ParameterProcessor record Type. This method is used to retrieve an object implementing the requested record. The parameterProcessorRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(parameterProcessorRecordType) is true.

Parametersosid.type.TypeparameterProcessorRecordType the type of parameter processor record to retrieve
Returnosid.configuration.rules.records.ParameterProcessorRecord the parameter processor record
ErrorsNULL_ARGUMENT parameterProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(parameterProcessorRecordType) is false
Compliancemandatory This method must be implemented.