OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.BrokerConstrainerEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.provisioning.rules.BrokerConstrainerEnablerSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetBrokerConstrainerEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypebrokerConstrainerEnablerRecordType a broker constrainer enabler record type
Returnosid.provisioning.rules.records.BrokerConstrainerEnablerSearchOrderRecord the broker constrainer enabler search order record
ErrorsNULL_ARGUMENT brokerConstrainerEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(brokerConstrainerEnablerRecordType) is false
Compliancemandatory This method must be implemented.