OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.QueueProcessorQueryInspector
Implementsosid.OsidProcessorQueryInspector
Used Byosid.provisioning.rules.QueueProcessorEnablerQueryInspector
osid.provisioning.rules.QueueProcessorSearchResults
osid.provisioning.rules.QueueProcessorSmartDistributorSession
Description

This is the query inspector for examining queue processor queries.

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

MethodgetAutomaticTerms
Description

Gets the automatic query terms.

Returnosid.search.terms.BooleanTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetFifoTerms
Description

Gets the fifo query terms.

Returnosid.search.terms.BooleanTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetRemovesProcessedQueueEntriesTerms
Description

Gets the removes processed queue entries terms.

Returnosid.search.terms.BooleanTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetRuledQueueIdTerms
Description

Gets the queue Id query terms.

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

Gets the queue query terms.

Returnosid.provisioning.QueueQueryInspector[] 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.
MethodgetQueueProcessorQueryInspectorRecord
Description

Gets the queue processor query inspector record corresponding to the given Queue record Type.

Parametersosid.type.TypequeueProcessorRecordType a queue processor record type
Returnosid.provisioning.rules.records.QueueProcessorQueryInspectorRecord the queue processor query inspector record
ErrorsNULL_ARGUMENT queueProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(queueProcessorRecordType) is false
Compliancemandatory This method must be implemented.