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

Specify an ordering to the search results.

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