OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.BrokerProcessorEnablerSearch
Implementsosid.OsidSearch
Used Byosid.provisioning.rules.BrokerProcessorEnablerSearchSession
Description

The search interface for governing broker processor enabler searches.

MethodsearchAmongBrokerProcessorEnablers
Description

Execute this search among the given list of broker processor enablers.

Parametersosid.id.IdListbrokerProcessorEnablerIdslist of broker processor enablers
ErrorsNULL_ARGUMENTbrokerProcessorEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderBrokerProcessorEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.rules.BrokerProcessorEnablerSearchOrderbrokerProcessorEnablerSearchOrderbroker processor enabler search order
ErrorsNULL_ARGUMENTbrokerProcessorEnablerSearchOrder is null
UNSUPPORTEDbrokerProcessorEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetBrokerProcessorEnablerSearchRecord
Description

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

Parametersosid.type.TypebrokerProcessorEnablerSearchRecordTypea broker processor enabler search record type
Returnosid.provisioning.rules.records.BrokerProcessorEnablerSearchRecordthe broker processor enabler search record
ErrorsNULL_ARGUMENTbrokerProcessorEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(brokerProcessorEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.