OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.BrokerConstrainerEnablerSearch
Implementsosid.OsidSearch
Used Byosid.provisioning.rules.BrokerConstrainerEnablerSearchSession
Description

The search interface for governing broker constrainer enabler searches.

MethodsearchAmongBrokerConstrainerEnablers
Description

Execute this search among the given list of broker constrainer enablers.

Parametersosid.id.IdListbrokerConstrainerEnablerIdslist of broker constrainer enablers
ErrorsNULL_ARGUMENTbrokerConstrainerEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderBrokerConstrainerEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.rules.BrokerConstrainerEnablerSearchOrderbrokerConstrainerEnablerSearchOrderbroker constrainer enabler search order
ErrorsNULL_ARGUMENTbrokerConstrainerEnablerSearchOrder is null
UNSUPPORTEDbrokerConstrainerEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetBrokerConstrainerEnablerSearchRecord
Description

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

Parametersosid.type.TypebrokerConstrainerEnablerSearchRecordTypea broker constrainer enabler search record type
Returnosid.provisioning.rules.records.BrokerConstrainerEnablerSearchRecordthe broker constrainer enabler search record
ErrorsNULL_ARGUMENTbrokerConstrainerEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(brokerConstrainerEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.