OSID Logo
OSID Specifications
tracking rules package
Version 3.1.0
Interfaceosid.tracking.rules.QueueProcessorEnablerQuery
Implementsosid.OsidEnablerQuery
Used Byosid.tracking.rules.QueueProcessorEnablerQuerySession
osid.tracking.rules.QueueProcessorEnablerSearchSession
osid.tracking.rules.QueueProcessorEnablerSmartFrontOfficeSession
Description

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

MethodmatchRuledQueueProcessorId
Description

Matches enablers mapped to the queue processor.

Parametersosid.id.IdqueueProcessorId the queue processor Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT queueProcessorId is null
Compliancemandatory This method must be implemented.
MethodclearRuledQueueProcessorIdTerms
Description

Clears the queue processor Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsRuledQueueProcessorQuery
Description

Tests if a QueueProcessorQuery is available.

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

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

Returnosid.tracking.rules.QueueProcessorQuery the queue processor query
ErrorsUNIMPLEMENTED supportsRuledQueueProcessorQuery() is false
Complianceoptional This method must be implemented if supportsRuledQueueProcessorQuery() is true.
MethodmatchAnyRuledQueueProcessor
Description

Matches enablers mapped to any queue processor.

Parametersbooleanmatch true for enablers mapped to any queue processor, false to match enablers mapped to no queue processors
Compliancemandatory This method must be implemented.
MethodclearRuledQueueProcessorTerms
Description

Clears the queue processor query terms.

Compliancemandatory This method must be implemented.
MethodmatchFrontOfficeId
Description

Matches enablers mapped to the front office.

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.
MethodgetQueueProcessorEnablerQueryRecord
Description

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

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