OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.PoolConstrainer
Implementsosid.OsidConstrainer
Used Byosid.provisioning.rules.PoolConstrainerAdminSession
osid.provisioning.rules.PoolConstrainerList
osid.provisioning.rules.PoolConstrainerLookupSession
Description

A PoolConstrainer manages the constraints of a Pool .

MethodgetPoolConstrainerRecord
Description

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

Parametersosid.type.TypepoolConstrainerRecordTypethe type of pool constrainer record to retrieve
Returnosid.provisioning.rules.records.PoolConstrainerRecordthe pool constrainer record
ErrorsNULL_ARGUMENTpoolConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(poolConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.