| Interface | osid.tracking.QueueQuery | ||
|---|---|---|---|
| Implements | osid.OsidGovernatorQuery | ||
| Used By | osid.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 | ||
| Method | matchManagerId | ||
| Description |
Sets a manager | ||
| Parameters | osid.id.Id | managerId | a manager Id |
boolean | match | true for a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | managerId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearManagerIdTerms | ||
| Description |
Clears the manager | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsManagerQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a manager query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getManagerQuery | ||
| Description |
Gets the query for a manager. Multiple retrievals
produce a nested | ||
| Return | osid.resource.ResourceQuery | the manager query | |
| Errors | UNIMPLEMENTED | supportsManagerQuery() is false | |
| Compliance | optional | This method must be implemented if supportsManagerQuery() is
true . | |
| Method | matchAnyManager | ||
| Description |
Matches objects with any manager. | ||
| Parameters | boolean | match | true to match objects with any manager, false to
match objects with no manager |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearManagerTerms | ||
| Description |
Clears the manager query terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchIssueId | ||
| Description |
Sets the issue | ||
| Parameters | osid.id.Id | issueId | the issue Id |
boolean | match | true for a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | issueId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearIssueIdTerms | ||
| Description |
Clears the issue | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsIssueQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a issue query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueQuery | ||
| Description |
Gets the query for a issue. Multiple retrievals produce
a nested | ||
| Return | osid.tracking.IssueQuery | the issue query | |
| Errors | UNIMPLEMENTED | supportsIssueQuery() is false | |
| Compliance | optional | This method must be implemented if supportsIssueQuery() is
true . | |
| Method | matchAnyIssue | ||
| Description |
Matches log entries that go through any issue. | ||
| Parameters | boolean | match | true to match log entries with any issue, false
to match log entries with no issue |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearIssueTerms | ||
| Description |
Clears the issue query terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchFrontOfficeId | ||
| Description |
Sets the front office | ||
| Parameters | osid.id.Id | frontOfficeId | the front office Id |
boolean | match | true for a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | frontOfficeId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearFrontOfficeIdTerms | ||
| Description |
Clears the front office | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsFrontOfficeQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a front office query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFrontOfficeQuery | ||
| Description |
Gets the query for a front office. Multiple retrievals
produce a nested | ||
| Return | osid.tracking.FrontOfficeQuery | the front office query | |
| Errors | UNIMPLEMENTED | supportsFrontOfficeQuery() is false | |
| Compliance | optional | This method must be implemented if supportsFrontOfficeQuery()
is true . | |
| Method | clearFrontOfficeTerms | ||
| Description |
Clears the front office query terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueQueryRecord | ||
| Description |
Gets the queue query record corresponding to the given
| ||
| Parameters | osid.type.Type | queueRecordType | a queue record type |
| Return | osid.tracking.records.QueueQueryRecord | the queue query record | |
| Errors | NULL_ARGUMENT | queueRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(queueRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |