OSID Logo
OSID Specifications
tracking package
Version 3.1.0
Interfaceosid.tracking.QueueQueryInspector
Implementsosid.OsidGovernatorQueryInspector
Used Byosid.tracking.FrontOfficeQueryInspector
osid.tracking.IssueQueryInspector
osid.tracking.QueueSearchResults
osid.tracking.QueueSmartFrontOfficeSession
osid.tracking.rules.QueueConstrainerQueryInspector
osid.tracking.rules.QueueEnablerQueryInspector
osid.tracking.rules.QueueProcessorQueryInspector
Description

This is the query inspector for examining queue queries.

MethodgetManagerIdTerms
Description

Gets the manager Id query terms.

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

Gets the manager query terms.

Returnosid.resource.ResourceQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetIssueIdTerms
Description

Gets the issue Id query terms.

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

Gets the issue query terms.

Returnosid.tracking.IssueQueryInspector[] 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.
MethodgetQueueQueryInspectorRecord
Description

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

Parametersosid.type.TypequeueRecordType a queue record type
Returnosid.tracking.records.QueueQueryInspectorRecord the queue query inspector record
ErrorsNULL_ARGUMENT queueRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(queueRecordType) is false
Compliancemandatory This method must be implemented.