OSID Logo
OSID Specifications
configuration rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.configuration.rules.ParameterProcessor
Implementsosid.OsidProcessor
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.TypeparameterProcessorRecordTypethe type of parameter processor record to retrieve
Returnosid.configuration.rules.records.ParameterProcessorRecordthe parameter processor record
ErrorsNULL_ARGUMENT parameterProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(parameterProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.