OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.BrokerConstrainerForm
Implementsosid.OsidConstrainerForm
Used Byosid.provisioning.rules.BrokerConstrainerAdminSession
Description

This is the form for creating and updating BrokerConstrainers . Like all OsidForms , various data elements may be set here for use in the create and update methods in the BrokerConstrainerAdminSession . For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetBrokerConstrainerFormRecord
Description

Gets the BrokerConstrainerFormRecord corresponding to the given broker constrainer record Type .

Parametersosid.type.TypebrokerConstrainerRecordTypea broker constrainer record type
Returnosid.provisioning.rules.records.BrokerConstrainerFormRecordthe broker constrainer form record
ErrorsNULL_ARGUMENTbrokerConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(brokerConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.