OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.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.IdListbrokerProcessorEnablerIds list of broker processor enablers
ErrorsNULL_ARGUMENT brokerProcessorEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderBrokerProcessorEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.rules.BrokerProcessorEnablerSearchOrderbrokerProcessorEnablerSearchOrder broker processor enabler search order
ErrorsNULL_ARGUMENT brokerProcessorEnablerSearchOrder is null
UNSUPPORTED brokerProcessorEnablerSearchOrder is not of this service
Compliancemandatory This 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.TypebrokerProcessorEnablerSearchRecordType a broker processor enabler search record type
Returnosid.provisioning.rules.records.BrokerProcessorEnablerSearchRecord the broker processor enabler search record
ErrorsNULL_ARGUMENT brokerProcessorEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(brokerProcessorEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.