| Interface | osid.tracking.rules.QueueEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.tracking.rules.QueueEnablerSearchResults | ||
osid.tracking.rules.QueueEnablerSmartFrontOfficeSession | |||
| Description |
This is the query inspector for examining queue enabler 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 | getQueueEnablerQueryInspectorRecord | ||
| Description |
Gets the queue enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | queueEnablerRecordType | a queue enabler record type |
| Return | osid.tracking.rules.records.QueueEnablerQueryInspectorRecord | the queue enabler query inspector record | |
| Errors | NULL_ARGUMENT | queueEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(queueEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |