| Interface | osid.tracking.QueueQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidGovernatorQueryInspector | ||
| Description |
This is the query inspector for examining queue queries. | ||
| Method | getIssueIdTerms | ||
| Description |
Gets the issue | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueTerms | ||
| Description |
Gets the issue query terms. | ||
| Return | osid.tracking.IssueQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFrontOfficeIdTerms | ||
| Description |
Gets the front office | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFrontOfficeTerms | ||
| Description |
Gets the front office query terms. | ||
| Return | osid.tracking.FrontOfficeQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueQueryInspectorRecord | ||
| Description |
Gets the queue query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | queueRecordType | a queue record type |
| Return | osid.tracking.records.QueueQueryInspectorRecord | the queue query inspector 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. | |