| Interface | osid.provisioning.rules.QueueProcessorEnablerQuery | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQuery | ||
| Description | 
                 This is the query for searching queue processor enablers. 
                Each method match specifies a   | ||
| Method | matchRuledQueueProcessorId | ||
| Description | 
                     Matches enablers mapped to the queue processor.  | ||
| Parameters | osid.id.Id | queueProcessorId | the queue processor  Id   | 
boolean | match |  true  for a positive match,  false  for a 
negative match  | |
| Errors | NULL_ARGUMENT |  queueProcessorId  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearRuledQueueProcessorIdTerms | ||
| Description | 
                     Clears the queue processor   | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsRuledQueueProcessorQuery | ||
| Description | 
                     Tests if a   | ||
| Return | boolean |  true  if a queue processor query is available,  false 
 otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledQueueProcessorQuery | ||
| Description | 
                     Gets the query for a queue processor. Multiple 
                    retrievals produce a nested   | ||
| Return | osid.provisioning.rules.QueueProcessorQuery | the queue processor query | |
| Errors | UNIMPLEMENTED |  supportsRuledQueueProcessorQuery()  is  false   |                 |
| Compliance | optional | This method must be implemented if  
supportsRuledQueueProcessorQuery()  is  true.   | |
| Method | matchAnyRuledQueueProcessor | ||
| Description | 
                     Matches enablers mapped to any queue processor.  | ||
| Parameters | boolean | match |  true  for enablers mapped to any queue processor,  
false  to match enablers mapped to no queue processors  | 
| Compliance | mandatory | This method must be implemented. | |
| Method | clearRuledQueueProcessorTerms | ||
| Description | 
                     Clears the queue processor query terms.  | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchDistributorId | ||
| Description | 
                     Matches enablers mapped to the distributor.  | ||
| Parameters | osid.id.Id | distributorId | the distributor  Id   | 
boolean | match |  true  for a positive match,  false  for a 
negative match  | |
| Errors | NULL_ARGUMENT |  distributorId  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearDistributorIdTerms | ||
| Description | 
                     Clears the distributor   | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsDistributorQuery | ||
| Description | 
                     Tests if a   | ||
| Return | boolean |  true  if a distributor query is available,  false 
 otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDistributorQuery | ||
| Description | 
                     Gets the query for a distributor. Multiple retrievals 
                    produce a nested   | ||
| Return | osid.provisioning.DistributorQuery | the distributor query | |
| Errors | UNIMPLEMENTED |  supportsDistributorQuery()  is  false   |                 |
| Compliance | optional | This method must be implemented if  supportsDistributorQuery() 
 is  true.   | |
| Method | clearDistributorTerms | ||
| Description | 
                     Clears the distributor query terms.  | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueProcessorEnablerQueryRecord | ||
| Description | 
                     Gets the queue processor enabler query record 
                    corresponding to the given   | ||
| Parameters | osid.type.Type | queueProcessorEnablerRecordType | a queue processor enabler record type | 
| Return | osid.provisioning.rules.records.QueueProcessorEnablerQueryRecord | the queue processor enabler query 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. | |