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

A BrokerConstrainerEnabler describes the rules for making a BrokerConstrainer effective.

MethodgetBrokerConstrainerEnablerRecord
Description

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

Parametersosid.type.TypebrokerConstrainerEnablerRecordTypethe type of broker constrainer enabler record to retrieve
Returnosid.provisioning.rules.records.BrokerConstrainerEnablerRecordthe broker constrainer enabler record
ErrorsNULL_ARGUMENT brokerConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(brokerConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.