OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.BrokerProcessorSearch
Implementsosid.OsidSearch
Used Byosid.provisioning.rules.BrokerProcessorSearchSession
Description

The search interface for governing broker processor searches.

MethodsearchAmongBrokerProcessors
Description

Execute this search among the given list of broker processors.

Parametersosid.id.IdListbrokerProcessorIds list of broker processors
ErrorsNULL_ARGUMENT brokerProcessorIds is null
Compliancemandatory This method must be implemented.
MethodorderBrokerProcessorResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.rules.BrokerProcessorSearchOrderbrokerProcessorSearchOrder broker processor search order
ErrorsNULL_ARGUMENT brokerProcessorSearchOrder is null
UNSUPPORTED brokerProcessorSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetBrokerProcessorSearchRecord
Description

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

Parametersosid.type.TypebrokerProcessorSearchRecordType a broker processor search record type
Returnosid.provisioning.rules.records.BrokerProcessorSearchRecord the broker processor search record
ErrorsNULL_ARGUMENT brokerProcessorSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(brokerProcessorSearchRecordType) is false
Compliancemandatory This method must be implemented.