Interface | osid.tracking.QueueQuery | ||
---|---|---|---|
Implements | osid.OsidGovernatorQuery | ||
Description |
This is the query for searching queues. Each method match
specifies an | ||
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. |