OSID Logo
OSID Specifications
tracking rules package
Version 3.1.0
Interfaceosid.tracking.rules.QueueEnablerQuery
Implementsosid.OsidEnablerQuery
Used Byosid.tracking.rules.QueueEnablerQuerySession
osid.tracking.rules.QueueEnablerSearchSession
osid.tracking.rules.QueueEnablerSmartFrontOfficeSession
Description

This is the query for searching queue enablers. Each method match specifies an AND term while multiple invocations of the same method produce a nested OR.

MethodmatchRuledQueueId
Description

Matches mapped to a queue.

Parametersosid.id.IdqueueId the queue Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT queueId is null
Compliancemandatory This method must be implemented.
MethodclearRuledQueueIdTerms
Description

Clears the queue Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsRuledQueueQuery
Description

Tests if a QueueQuery is available.

Returnboolean true if a queue query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetRuledQueueQuery
Description

Gets the query for a queue. Multiple retrievals produce a nested OR term.

Returnosid.tracking.QueueQuery the queue query
ErrorsUNIMPLEMENTED supportsRuledQueueQuery() is false
Complianceoptional This method must be implemented if supportsRuledQueueQuery() is true.
MethodmatchAnyRuledQueue
Description

Matches constrainers mapped to any queue.

Parametersbooleanmatch true for constrainers mapped to any queue, false to match constrainers mapped to no queues
Compliancemandatory This method must be implemented.
MethodclearRuledQueueTerms
Description

Clears the queue query terms.

Compliancemandatory This method must be implemented.
MethodmatchFrontOfficeId
Description

Sets the front office Id for this query to match queues assigned to front offices.

Parametersosid.id.IdfrontOfficeId the front office Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT frontOfficeId is null
Compliancemandatory This method must be implemented.
MethodclearFrontOfficeIdTerms
Description

Clears the front office Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsFrontOfficeQuery
Description

Tests if a FrontOfficeQuery is available.

Returnboolean true if a front office query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetFrontOfficeQuery
Description

Gets the query for a front office. Multiple retrievals produce a nested OR term.

Returnosid.tracking.FrontOfficeQuery the front office query
ErrorsUNIMPLEMENTED supportsFrontOfficeQuery() is false
Complianceoptional This method must be implemented if supportsFrontOfficeQuery() is true.
MethodclearFrontOfficeTerms
Description

Clears the front office query terms.

Compliancemandatory This method must be implemented.
MethodgetQueueEnablerQueryRecord
Description

Gets the queue enabler query record corresponding to the given QueueEnabler record Type. Multiple record retrievals produce a nested OR term.

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