OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.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.IdListbrokerConstrainerIds list of broker constrainer
ErrorsNULL_ARGUMENT brokerConstrainerIds is null
Compliancemandatory This method must be implemented.
MethodorderBrokerConstrainerResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.rules.BrokerConstrainerSearchOrderbrokerConstrainerSearchOrder broker constrainer search order
ErrorsNULL_ARGUMENT brokerConstrainerSearchOrder is null
UNSUPPORTED brokerConstrainerSearchOrder is not of this service
Compliancemandatory This 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.TypebrokerConstrainerSearchRecordType a broker constrainer search record type
Returnosid.provisioning.rules.records.BrokerConstrainerSearchRecord the broker constrainer search record
ErrorsNULL_ARGUMENT brokerConstrainerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(brokerConstrainerSearchRecordType) is false
Compliancemandatory This method must be implemented.