OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.PoolProcessorEnabler
Implementsosid.OsidEnabler
Used Byosid.provisioning.rules.PoolProcessorEnablerAdminSession
osid.provisioning.rules.PoolProcessorEnablerList
osid.provisioning.rules.PoolProcessorEnablerLookupSession
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_ARGUMENTpoolProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(poolProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.