OSID Logo
OSID Specifications
tracking rules package
Version 3.1.0
Interfaceosid.tracking.rules.QueueProcessorQueryInspector
Implementsosid.OsidProcessorQueryInspector
Used Byosid.tracking.rules.QueueProcessorEnablerQueryInspector
osid.tracking.rules.QueueProcessorSearchResults
osid.tracking.rules.QueueProcessorSmartFrontOfficeSession
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.

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.tracking.QueueQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetFrontOfficeIdTerms
Description

Gets the front office Id query terms.

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

Gets the front office query terms.

Returnosid.tracking.FrontOfficeQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetQueueProcessorQueryInspectorRecord
Description

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

Parametersosid.type.TypequeueProcessorRecordType a queue processor record type
Returnosid.tracking.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.