OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.rules.BrokerConstrainerEnablerSearch
Implementsosid.OsidSearch
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_ARGUMENT brokerConstrainerEnablerIds 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_ARGUMENT brokerConstrainerEnablerSearchOrder is null
UNSUPPORTED brokerConstrainerEnablerSearchOrder 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_ARGUMENT brokerConstrainerEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(brokerConstrainerEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.