OSID Logo
OSID Specifications
configuration rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.configuration.rules.ParameterProcessorEnabler
Implementsosid.OsidEnabler
Description

A ParameterProcessorEnabler describes the rules for making a ParameterProcessor effective.

MethodgetParameterProcessorEnablerRecord
Description

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

Parametersosid.type.TypeparameterProcessorEnablerRecordTypethe type of parameter processor enabler record to retrieve
Returnosid.configuration.rules.records.ParameterProcessorEnablerRecordthe parameter processor enabler record
ErrorsNULL_ARGUMENT parameterProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(parameterProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.