OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.PoolProcessorEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.provisioning.rules.PoolProcessorEnablerSearchResults
osid.provisioning.rules.PoolProcessorEnablerSmartDistributorSession
Description

This is the query inspector interface for examining pool processor enabler queries.

Like all OsidQueryInspectors, PoolProcessorEnablerQueryInspector is stateful and must not be accessed by multiple processing threads.

MethodgetRuledPoolProcessorIdTerms
Description

Gets the pool processor Id query terms.

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

Gets the pool processor query terms.

Returnosid.provisioning.rules.PoolProcessorQueryInspector[] 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.
MethodgetPoolProcessorEnablerQueryInspectorRecord
Description

Gets the pool processor enabler query inspector record corresponding to the given PoolProcessorEnabler record Type .

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