OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.BrokerConstrainer
Implementsosid.OsidConstrainer
Used Byosid.provisioning.rules.BrokerConstrainerAdminSession
osid.provisioning.rules.BrokerConstrainerList
osid.provisioning.rules.BrokerConstrainerLookupSession
Description

A BrokerConstrainer manages the constraints of a Broker .

MethodgetBrokerConstrainerRecord
Description

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

Parametersosid.type.TypebrokerConstrainerRecordTypethe type of broker constrainer record to retrieve
Returnosid.provisioning.rules.records.BrokerConstrainerRecordthe broker constrainer record
ErrorsNULL_ARGUMENTbrokerConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(brokerConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.