OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.BrokerConstrainerSearchOrder
Implementsosid.OsidConstrainerSearchOrder
Used Byosid.provisioning.rules.BrokerConstrainerSearchSession
osid.provisioning.rules.BrokerConstrainerSmartDistributorSession
Description

An interface for specifying the ordering of search results.

MethodgetBrokerConstrainerSearchOrderRecord
Description

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

Parametersosid.type.TypebrokerConstrainerRecordTypea broker constrainer record type
Returnosid.provisioning.rules.records.BrokerConstrainerSearchOrderRecordthe broker constrainer search order record
ErrorsNULL_ARGUMENTbrokerConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(brokerConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.