OSID Logo
OSID Specifications
tracking rules package
Version 3.1.0
Interfaceosid.tracking.rules.QueueConstrainerEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.tracking.rules.QueueConstrainerEnablerSearchResults
osid.tracking.rules.QueueConstrainerEnablerSmartFrontOfficeSession
Description

This is the query inspector for examining queue constrainer enabler queries.

MethodgetRuledQueueConstrainerIdTerms
Description

Gets the queue constrainer Id query terms.

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

Gets the queue constrainer query terms.

Returnosid.tracking.rules.QueueConstrainerQueryInspector[] 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.
MethodgetQueueConstrainerEnablerQueryInspectorRecord
Description

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

Parametersosid.type.TypequeueConstrainerEnablerRecordType a queue constrainer enabler record type
Returnosid.tracking.rules.records.QueueConstrainerEnablerQueryInspectorRecord the queue constrainer enabler query inspector record
ErrorsNULL_ARGUMENT queueConstrainerEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(queueConstrainerEnablerRecordType) is false
Compliancemandatory This method must be implemented.