OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.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.TypebrokerConstrainerEnablerRecordType the type of broker constrainer enabler record to retrieve
Returnosid.provisioning.rules.records.BrokerConstrainerEnablerRecord the broker constrainer enabler record
ErrorsNULL_ARGUMENT brokerConstrainerEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(brokerConstrainerEnablerRecordType) is false
Compliancemandatory This method must be implemented.