OSID Logo
OSID Specifications
tracking package
Version 3.1.0
Interfaceosid.tracking.QueueQuery
Implementsosid.OsidGovernatorQuery
Used Byosid.tracking.FrontOfficeQuery
osid.tracking.IssueQuery
osid.tracking.QueueQuerySession
osid.tracking.QueueSearchSession
osid.tracking.QueueSmartFrontOfficeSession
osid.tracking.rules.QueueConstrainerQuery
osid.tracking.rules.QueueEnablerQuery
osid.tracking.rules.QueueEnablerSmartFrontOfficeSession
osid.tracking.rules.QueueProcessorQuery
Description

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

MethodmatchManagerId
Description

Sets a manager Id for this query.

Parametersosid.id.IdmanagerId a manager Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT managerId is null
Compliancemandatory This method must be implemented.
MethodclearManagerIdTerms
Description

Clears the manager Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsManagerQuery
Description

Tests if a ResourceQuery is available.

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

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

Returnosid.resource.ResourceQuery the manager query
ErrorsUNIMPLEMENTED supportsManagerQuery() is false
Complianceoptional This method must be implemented if supportsManagerQuery() is true.
MethodmatchAnyManager
Description

Matches objects with any manager.

Parametersbooleanmatch true to match objects with any manager, false to match objects with no manager
Compliancemandatory This method must be implemented.
MethodclearManagerTerms
Description

Clears the manager query terms.

Compliancemandatory This method must be implemented.
MethodmatchIssueId
Description

Sets the issue Id for this query to match queues that pass through issues.

Parametersosid.id.IdissueId the issue Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT issueId is null
Compliancemandatory This method must be implemented.
MethodclearIssueIdTerms
Description

Clears the issue Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsIssueQuery
Description

Tests if a IssueQuery is available.

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

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

Returnosid.tracking.IssueQuery the issue query
ErrorsUNIMPLEMENTED supportsIssueQuery() is false
Complianceoptional This method must be implemented if supportsIssueQuery() is true.
MethodmatchAnyIssue
Description

Matches log entries that go through any issue.

Parametersbooleanmatch true to match log entries with any issue, false to match log entries with no issue
Compliancemandatory This method must be implemented.
MethodclearIssueTerms
Description

Clears the issue 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.
MethodgetQueueQueryRecord
Description

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

Parametersosid.type.TypequeueRecordType a queue record type
Returnosid.tracking.records.QueueQueryRecord the queue query record
ErrorsNULL_ARGUMENT queueRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(queueRecordType) is false
Compliancemandatory This method must be implemented.