OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.rules.BrokerProcessorEnablerSearch
Implementsosid.OsidSearch
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_ARGUMENT brokerProcessorEnablerIds 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_ARGUMENT brokerProcessorEnablerSearchOrder is null
UNSUPPORTED brokerProcessorEnablerSearchOrder 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_ARGUMENT brokerProcessorEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(brokerProcessorEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.