OSID Logo
OSID Specifications
tracking rules package
Version 3.0.0
Interfaceosid.tracking.rules.QueueEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.tracking.rules.QueueEnablerSearchResults
osid.tracking.rules.QueueEnablerSmartFrontOfficeSession
Description

This is the query inspector for examining queue enabler queries.

MethodgetRuledQueueIdTerms
Description

Gets the queue Id query terms.

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

Gets the queue query terms.

Returnosid.tracking.QueueQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetFrontOfficeIdTerms
Description

Gets the front office Id query terms.

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

Gets the front office query terms.

Returnosid.tracking.FrontOfficeQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetQueueEnablerQueryInspectorRecord
Description

Gets the queue enabler query inspector record corresponding to the given QueueEnabler record Type .

Parametersosid.type.TypequeueEnablerRecordTypea queue enabler record type
Returnosid.tracking.rules.records.QueueEnablerQueryInspectorRecordthe queue enabler query inspector record
ErrorsNULL_ARGUMENTqueueEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(queueEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.