| Interface | osid.tracking.rules.QueueProcessorQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidProcessorQueryInspector | ||
| Description |
This is the query inspector for examining queue processor queries. | ||
| Method | getRuledQueueIdTerms | ||
| Description |
Gets the queue | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledQueueTerms | ||
| Description |
Gets the queue query terms. | ||
| Return | osid.tracking.QueueQueryInspector[] | 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 | getQueueProcessorQueryInspectorRecord | ||
| Description |
Gets the queue processor query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | queueProcessorRecordType | a queue processor record type |
| Return | osid.tracking.rules.records.QueueProcessorQueryInspectorRecord | the queue processor query inspector record | |
| Errors | NULL_ARGUMENT | queueProcessorRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(queueProcessorRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |