| Interface | osid.provisioning.rules.QueueProcessorEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description |
This is the query inspector for examining queue processor enabler queries. | ||
| Method | getRuledQueueProcessorIdTerms | ||
| Description |
Gets the queue processor | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledQueueProcessorTerms | ||
| Description |
Gets the queue processor query terms. | ||
| Return | osid.provisioning.rules.QueueProcessorQueryInspector[] | 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 | getQueueProcessorEnablerQueryInspectorRecord | ||
| Description |
Gets the queue processor enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | queueProcessorEnablerRecordType | a queue processor enabler record type |
| Return | osid.provisioning.rules.records.QueueProcessorEnablerQueryInspectorRecord | the queue processor enabler query inspector record | |
| Errors | NULL_ARGUMENT | queueProcessorEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(queueProcessorEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |