OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.BrokerSearchOrder
Implementsosid.OsidGovernatorSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetBrokerSearchOrderRecord
Description

Gets the broker search order record corresponding to the given broker Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypebrokerRecordTypea broker record type
Returnosid.provisioning.records.BrokerSearchOrderRecordthe broker search order record
ErrorsNULL_ARGUMENT brokerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(brokerRecordType) is false
CompliancemandatoryThis method must be implemented.