OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.BrokerSearch
Implementsosid.OsidSearch
Description

The search interface for governing broker searches.

MethodsearchAmongBrokers
Description

Execute this search among the given list of brokers.

Parametersosid.id.IdListbrokerIdslist of brokers
ErrorsNULL_ARGUMENT brokerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderBrokerResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.BrokerSearchOrderbrokerSearchOrderbroker search order
ErrorsNULL_ARGUMENT brokerSearchOrder is null
UNSUPPORTED brokerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetBrokerSearchRecord
Description

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

Parametersosid.type.TypebrokerSearchRecordTypea broker search record type
Returnosid.provisioning.records.BrokerSearchRecordthe broker search record
ErrorsNULL_ARGUMENT brokerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(brokerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.