OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.BrokerEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.provisioning.rules.BrokerConstrainerEnablerSmartDistributorSession
osid.provisioning.rules.BrokerEnablerSearchSession
osid.provisioning.rules.BrokerEnablerSmartDistributorSession
Description

An interface for specifying the ordering of search results.

MethodgetBrokerEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypebrokerEnablerRecordTypea broker enabler record type
Returnosid.provisioning.rules.records.BrokerEnablerSearchOrderRecordthe broker enabler search order record
ErrorsNULL_ARGUMENTbrokerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(brokerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.