OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.rules.BrokerProcessorEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
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.TypebrokerProcessorEnablerRecordTypea broker processor enabler record type
Returnosid.provisioning.rules.records.BrokerProcessorEnablerSearchOrderRecordthe broker processor enabler search order record
ErrorsNULL_ARGUMENT brokerProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(brokerProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.