OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.BrokerConstrainerEnabler
Implementsosid.OsidEnabler
Used Byosid.provisioning.rules.BrokerConstrainerEnablerAdminSession
osid.provisioning.rules.BrokerConstrainerEnablerList
osid.provisioning.rules.BrokerConstrainerEnablerLookupSession
Description

A BrokerConstrainerEnabler manages the active status of a BrokerConstrainer .

MethodgetBrokerConstrainerEnablerRecord
Description

Gets the broker constrainer enabler record corresponding to the given BrokerConstrainerEnabler record Type . This method ie 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_ARGUMENTbrokerConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(brokerConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.