OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.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.TypepoolProcessorEnablerRecordType the type of pool processor enabler record to retrieve
Returnosid.provisioning.rules.records.PoolProcessorEnablerRecord the pool processor enabler record
ErrorsNULL_ARGUMENT poolProcessorEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(poolProcessorEnablerRecordType) is false
Compliancemandatory This method must be implemented.