OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.BrokerProcessorEnablerQuery
Implementsosid.OsidEnablerQuery
Used Byosid.provisioning.rules.BrokerProcessorEnablerQuerySession
osid.provisioning.rules.BrokerProcessorEnablerSearchSession
osid.provisioning.rules.BrokerProcessorEnablerSmartDistributorSession
Description

This is the query for searching broker processor enablers. Each method match specifies an AND term while multiple invocations of the same method produce a nested OR.

MethodmatchRuledBrokerProcessorId
Description

Matches enablers mapped to the broker processor.

Parametersosid.id.IdbrokerProcessorId the broker processor Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT brokerProcessorId is null
Compliancemandatory This method must be implemented.
MethodclearRuledBrokerProcessorIdTerms
Description

Clears the broker processor Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsRuledBrokerProcessorQuery
Description

Tests if a BrokerProcessorQuery is available.

Returnboolean true if a broker processor query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetRuledBrokerProcessorQuery
Description

Gets the query for a broker processor. Multiple retrievals produce a nested OR term.

Returnosid.provisioning.rules.BrokerProcessorQuery the broker processor query
ErrorsUNIMPLEMENTED supportsRuledBrokerProcessorQuery() is false
Complianceoptional This method must be implemented if supportsRuledBrokerProcessorQuery() is true.
MethodmatchAnyRuledBrokerProcessor
Description

Matches enablers mapped to any broker processor.

Parametersbooleanmatch true for enablers mapped to any broker processor, false to match enablers mapped to no broker processors
Compliancemandatory This method must be implemented.
MethodclearRuledBrokerProcessorTerms
Description

Clears the broker processor query terms.

Compliancemandatory This method must be implemented.
MethodmatchDistributorId
Description

Sets the distributor Id for this query to match brokers assigned to distributors.

Parametersosid.id.IddistributorId the distributor Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT distributorId is null
Compliancemandatory This method must be implemented.
MethodclearDistributorIdTerms
Description

Clears the distributor Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsDistributorQuery
Description

Tests if a DistributorQuery is available.

Returnboolean true if a distributor query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetDistributorQuery
Description

Gets the query for a distributor. Multiple retrievals produce a nested OR term.

Returnosid.provisioning.DistributorQuery the distributor query
ErrorsUNIMPLEMENTED supportsDistributorQuery() is false
Complianceoptional This method must be implemented if supportsDistributorQuery() is true.
MethodclearDistributorTerms
Description

Clears the distributor query terms.

Compliancemandatory This method must be implemented.
MethodgetBrokerProcessorEnablerQueryRecord
Description

Gets the broker processor enabler query record corresponding to the given BrokerProcessorEnabler record Type. Multiple record retrievals produce a nested OR term.

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