OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.BrokerEnablerSearch
Implementsosid.OsidSearch
Used Byosid.provisioning.rules.BrokerEnablerSearchSession
Description

The search interface for governing broker enabler searches.

MethodsearchAmongBrokerEnablers
Description

Execute this search among the given list of broker enablers.

Parametersosid.id.IdListbrokerEnablerIdslist of broker enablers
ErrorsNULL_ARGUMENTbrokerEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderBrokerEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.rules.BrokerEnablerSearchOrderbrokerEnablerSearchOrderbroker enabler search order
ErrorsNULL_ARGUMENTbrokerEnablerSearchOrder is null
UNSUPPORTEDbrokerEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetBrokerEnablerSearchRecord
Description

Gets the broker enabler search record corresponding to the given broker enabler search record Type .This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypebrokerEnablerSearchRecordTypea broker enabler search record type
Returnosid.provisioning.rules.records.BrokerEnablerSearchRecordthe broker enabler search record
ErrorsNULL_ARGUMENTbrokerEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(brokerEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.