| Interface | osid.provisioning.BrokerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidGovernatorQueryInspector | ||
| Used By | osid.provisioning.BrokerSearchResults | ||
osid.provisioning.BrokerSmartDistributorSession | |||
osid.provisioning.DistributorQueryInspector | |||
osid.provisioning.PoolQueryInspector | |||
osid.provisioning.ProvisionQueryInspector | |||
osid.provisioning.QueueQueryInspector | |||
osid.provisioning.RequestTransactionQueryInspector | |||
osid.provisioning.rules.BrokerConstrainerQueryInspector | |||
osid.provisioning.rules.BrokerEnablerQueryInspector | |||
osid.provisioning.rules.BrokerProcessorQueryInspector | |||
| Description |
This is the query inspector for examining broker queries. | ||
| Method | getBrokerageIdTerms | ||
| Description |
Gets the brokerage | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBrokerageTerms | ||
| Description |
Gets the brokerage query terms. | ||
| Return | osid.resource.ResourceQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueIdTerms | ||
| Description |
Gets the queue | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueTerms | ||
| Description |
Gets the queue query terms. | ||
| Return | osid.provisioning.QueueQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPoolIdTerms | ||
| Description |
Gets the pool | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPoolTerms | ||
| 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 | getBrokerQueryInspectorRecord | ||
| Description |
Gets the broker query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | brokerRecordType | a broker record type |
| Return | osid.provisioning.records.BrokerQueryInspectorRecord | the broker query inspector record | |
| Errors | NULL_ARGUMENT | brokerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(brokerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |