| Interface | osid.provisioning.PoolQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidGovernatorQueryInspector | ||
osid.OsidSubjugateableQueryInspector | |||
| Description |
This is the query inspector for examining pool queries. | ||
| Method | getBrokerIdTerms | ||
| Description |
Gets the broker | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBrokerTerms | ||
| Description |
Gets the broker query terms. | ||
| Return | osid.provisioning.BrokerQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProvisionableIdTerms | ||
| Description |
Gets the provisionable | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProvisionableTerms | ||
| Description |
Gets the provisionable query terms. | ||
| Return | osid.provisioning.ProvisionableQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSizeTerms | ||
| Description |
Gets the size query terms. | ||
| Return | osid.search.terms.CardinalRangeTerm[] | 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 | getPoolQueryInspectorRecord | ||
| Description |
Gets the pool query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | poolRecordType | a pool record type |
| Return | osid.provisioning.records.PoolQueryInspectorRecord | the pool query inspector record | |
| Errors | NULL_ARGUMENT | poolRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(poolRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |