OSID Logo
OSID Specifications
tracking rules package
Version 3.0.0
Interfaceosid.tracking.rules.QueueConstrainerEnablerQuery
Implementsosid.OsidEnablerQuery
Used Byosid.tracking.rules.QueueConstrainerEnablerQuerySession
osid.tracking.rules.QueueConstrainerEnablerSearchSession
osid.tracking.rules.QueueConstrainerEnablerSmartFrontOfficeSession
Description

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

MethodmatchRuledQueueConstrainerId
Description

Matches enablers mapped to the queue constrainer.

Parametersosid.id.IdqueueConstrainerIdthe queue constrainer Id
booleanmatchtrue for a positive match, false for a negative match
ErrorsNULL_ARGUMENTqueueConstrainerId is null
CompliancemandatoryThis method must be implemented.
MethodclearRuledQueueConstrainerIdTerms
Description

Clears the queue constrainer Id query terms.

CompliancemandatoryThis method must be implemented.
MethodsupportsRuledQueueConstrainerQuery
Description

Tests if a QueueConstrainerQuery is available.

Returnbooleantrue if a queue constrainer query is available, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetRuledQueueConstrainerQuery
Description

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

Returnosid.tracking.rules.QueueConstrainerQuerythe queue constrainer query
ErrorsUNIMPLEMENTEDsupportsRuledQueueConstrainerQuery() is false
ComplianceoptionalThis method must be implemented if supportsRuledQueueConstrainerQuery() is true .
MethodmatchAnyRuledQueueConstrainer
Description

Matches enablers mapped to any queue constrainer.

Parametersbooleanmatchtrue for enablers mapped to any queue constrainer, false to match enablers mapped to no queue constrainers
CompliancemandatoryThis method must be implemented.
MethodclearRuledQueueConstrainerTerms
Description

Clears the queue constrainer query terms.

CompliancemandatoryThis method must be implemented.
MethodmatchFrontOfficeId
Description

Matches enablers mapped to the front office.

Parametersosid.id.IdfrontOfficeIdthe front office Id
booleanmatchtrue for a positive match, false for a negative match
ErrorsNULL_ARGUMENTfrontOfficeId is null
CompliancemandatoryThis method must be implemented.
MethodclearFrontOfficeIdTerms
Description

Clears the front office Id query terms.

CompliancemandatoryThis method must be implemented.
MethodsupportsFrontOfficeQuery
Description

Tests if a FrontOfficeQuery is available.

Returnbooleantrue if a front office query is available, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetFrontOfficeQuery
Description

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

Returnosid.tracking.FrontOfficeQuerythe front office query
ErrorsUNIMPLEMENTEDsupportsFrontOfficeQuery() is false
ComplianceoptionalThis method must be implemented if supportsFrontOfficeQuery() is true .
MethodclearFrontOfficeTerms
Description

Clears the front office query terms.

CompliancemandatoryThis method must be implemented.
MethodgetQueueConstrainerEnablerQueryRecord
Description

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

Parametersosid.type.TypequeueConstrainerEnablerRecordTypea queue constrainer enabler record type
Returnosid.tracking.rules.records.QueueConstrainerEnablerQueryRecordthe queue constrainer enabler query record
ErrorsNULL_ARGUMENTqueueConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(queueConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.