| Interface | osid.provisioning.rules.QueueConstrainerEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description |
This is the query inspector for examining queue constrainer enabler queries. | ||
| Method | getRuledQueueConstrainerIdTerms | ||
| Description |
Gets the queue constrainer | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledQueueConstrainerTerms | ||
| Description |
Gets the queue constrainer query terms. | ||
| Return | osid.provisioning.rules.QueueConstrainerQueryInspector[] | 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 | getQueueConstrainerEnablerQueryInspectorRecord | ||
| Description |
Gets the queue constrainer enabler query inspector
record corresponding to the given | ||
| Parameters | osid.type.Type | queueConstrainerEnablerRecordType | a queue constrainer enabler record type |
| Return | osid.provisioning.rules.records.QueueConstrainerEnablerQueryInspectorRecord | the queue constrainer enabler query inspector record | |
| Errors | NULL_ARGUMENT | queueConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(queueConstrainerEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |