OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.BrokerProcessorEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.provisioning.rules.BrokerProcessorEnablerAdminSession
Description

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

MethodgetBrokerProcessorEnablerFormRecord
Description

Gets the BrokerProcessorEnablerFormRecord corresponding to the given broker processor enabler record Type.

Parametersosid.type.TypebrokerProcessorEnablerRecordType a broker processor enabler record type
Returnosid.provisioning.rules.records.BrokerProcessorEnablerFormRecord the broker processor enabler form record
ErrorsNULL_ARGUMENT brokerProcessorEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(brokerProcessorEnablerRecordType) is false
Compliancemandatory This method must be implemented.