| Interface | osid.provisioning.rules.QueueProcessorQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidProcessorQueryInspector | ||
| Description | 
                 This is the query inspector for examning queue processor queries.  | ||
| Method | getAutomaticTerms | ||
| Description | 
                     Gets the automatic query terms.  | ||
| Return | osid.search.terms.BooleanTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFifoTerms | ||
| Description | 
                     Gets the fifo query terms.  | ||
| Return | osid.search.terms.BooleanTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRemovesProcessedQueueEntriesTerms | ||
| Description | 
                     Gets the removes processed queue entries terms.  | ||
| Return | osid.search.terms.BooleanTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| 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 | 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.provisioning.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. | |