OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.BrokerProcessorEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.provisioning.rules.BrokerProcessorEnablerSearchResults
osid.provisioning.rules.BrokerProcessorEnablerSmartDistributorSession
Description

This is the query inspector for examining broker processor enabler queries.

MethodgetRuledBrokerProcessorIdTerms
Description

Gets the broker processor Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetRuledBrokerProcessorTerms
Description

Gets the broker processor query terms.

Returnosid.provisioning.rules.BrokerProcessorQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetDistributorIdTerms
Description

Gets the distributor Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetDistributorTerms
Description

Gets the distributor query terms.

Returnosid.provisioning.DistributorQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetBrokerProcessorEnablerQueryInspectorRecord
Description

Gets the broker processor enabler query inspector record corresponding to the given BrokerEnabler record Type.

Parametersosid.type.TypebrokerProcessorEnablerRecordType a broker processor enabler record type
Returnosid.provisioning.rules.records.BrokerProcessorEnablerQueryInspectorRecord the broker processor enabler query inspector record
ErrorsNULL_ARGUMENT brokerProcessorEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(brokerProcessorEnablerRecordType) is false
Compliancemandatory This method must be implemented.