OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.BrokerConstrainerSearch
Implementsosid.OsidSearch
Used Byosid.provisioning.rules.BrokerConstrainerSearchSession
Description

The search interface for governing broker constrainer searches.

MethodsearchAmongBrokerConstrainers
Description

Execute this search among the given list of broker constrainers.

Parametersosid.id.IdListbrokerConstrainerIdslist of broker constrainer
ErrorsNULL_ARGUMENTbrokerConstrainerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderBrokerConstrainerResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.rules.BrokerConstrainerSearchOrderbrokerConstrainerSearchOrderbroker constrainer search order
ErrorsNULL_ARGUMENTbrokerConstrainerSearchOrder is null
UNSUPPORTEDbrokerConstrainerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetBrokerConstrainerSearchRecord
Description

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

Parametersosid.type.TypebrokerConstrainerSearchRecordTypea broker constrainer search record type
Returnosid.provisioning.rules.records.BrokerConstrainerSearchRecordthe broker constrainer search record
ErrorsNULL_ARGUMENTbrokerConstrainerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(brokerConstrainerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.