OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.rules.PoolProcessorEnabler
Implementsosid.OsidEnabler
Description

A PoolProcessorEnabler describes the rules for making a PoolProcessor effective.

MethodgetPoolProcessorEnablerRecord
Description

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

Parametersosid.type.TypepoolProcessorEnablerRecordTypethe type of pool processor enabler record to retrieve
Returnosid.provisioning.rules.records.PoolProcessorEnablerRecordthe pool processor enabler record
ErrorsNULL_ARGUMENT poolProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(poolProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.