| Interface | osid.provisioning.rules.QueueEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.provisioning.rules.QueueEnablerSearchResults | ||
osid.provisioning.rules.QueueEnablerSmartDistributorSession | |||
| 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.provisioning.QueueQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDistributorIdTerms | ||
| Description |
Gets the distributor | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDistributorTerms | ||
| Description |
Gets the distributor query terms. | ||
| Return | osid.provisioning.DistributorQueryInspector[] | 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.provisioning.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. | |