OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.BrokerProcessorEnablerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.provisioning.rules.BrokerProcessorEnablerSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetBrokerProcessorEnablers
Description

Gets the broker processor enabler list resulting from a search.

Returnosid.provisioning.rules.BrokerProcessorEnablerList the broker processor enabler list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetBrokerProcessorEnablerQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.provisioning.rules.BrokerProcessorEnablerQueryInspector the broker processor enabler query inspector
Compliancemandatory This method must be implemented.
MethodgetBrokerProcessorEnablerSearchResultsRecord
Description

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

Parametersosid.type.TypebrokerProcessorEnablerSearchRecordType a broker processor enabler search record type
Returnosid.provisioning.rules.records.BrokerProcessorEnablerSearchResultsRecord the broker processor enabler search results record
ErrorsNULL_ARGUMENT brokerProcessorEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(brokerProcessorEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.