OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.BrokerProcessorEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.provisioning.rules.BrokerProcessorEnablerSearchSession
osid.provisioning.rules.BrokerProcessorEnablerSmartDistributorSession
Description

An interface for specifying the ordering of search results.

MethodgetBrokerProcessorEnablerSearchOrderRecord
Description

Gets the broker processor enabler search order record corresponding to the given broker processor enabler record Type. Multiple retrievals return the same underlying object.

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