OSID Logo
OSID Specifications
configuration rules package
Version 3.1.0
Interfaceosid.configuration.rules.ParameterProcessorEnabler
Implementsosid.OsidEnabler
Used Byosid.configuration.rules.ParameterProcessorEnablerAdminSession
osid.configuration.rules.ParameterProcessorEnablerList
osid.configuration.rules.ParameterProcessorEnablerLookupSession
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.TypeparameterProcessorEnablerRecordType the type of parameter processor enabler record to retrieve
Returnosid.configuration.rules.records.ParameterProcessorEnablerRecord the parameter processor enabler record
ErrorsNULL_ARGUMENT parameterProcessorEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(parameterProcessorEnablerRecordType) is false
Compliancemandatory This method must be implemented.