| Interface | osid.provisioning.rules.PoolProcessorQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidProcessorQueryInspector | ||
| Description | 
                 This is the query inspector for examining pool processor queries.  | ||
| Method | getAllocatesByLeastUseTerms | ||
| Description | 
                     Gets the allocates by least use query terms.  | ||
| Return | osid.search.terms.BooleanTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAllocatesByMostUseTerms | ||
| Description | 
                     Gets the allocates by most use query terms.  | ||
| Return | osid.search.terms.BooleanTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAllocatesByLeastCostTerms | ||
| Description | 
                     Gets the allocates by least cost query terms.  | ||
| Return | osid.search.terms.BooleanTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAllocatesByMostCostTerms | ||
| Description | 
                     Gets the allocates by most cost query terms.  | ||
| Return | osid.search.terms.BooleanTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledPoolIdTerms | ||
| Description | 
                     Gets the pool   | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledPoolTerms | ||
| Description | 
                     Gets the pool query terms.  | ||
| Return | osid.provisioning.PoolQueryInspector[] | 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 | getPoolProcessorQueryInspectorRecord | ||
| Description | 
                     Gets the pool processor query inspector record 
                    corresponding to the given   | ||
| Parameters | osid.type.Type | poolProcessorRecordType | a pool processor record type | 
| Return | osid.provisioning.rules.records.PoolProcessorQueryInspectorRecord | the pool processor query inspector record | |
| Errors | NULL_ARGUMENT |  poolProcessorRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(poolProcessorRecordType)  is  false 
  |                 ||
| Compliance | mandatory | This method must be implemented. | |