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

A PoolConstrainerEnabler describes the rules for making a PoolConstrainer effective.

MethodgetPoolConstrainerEnablerRecord
Description

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

Parametersosid.type.TypepoolConstrainerEnablerRecordTypethe type of pool constrainer enabler record to retrieve
Returnosid.provisioning.rules.records.PoolConstrainerEnablerRecordthe pool constrainer enabler record
ErrorsNULL_ARGUMENT poolConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(poolConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.