| Interface | osid.provisioning.rules.BrokerEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.provisioning.rules.BrokerEnablerSearchResults | ||
osid.provisioning.rules.BrokerEnablerSmartDistributorSession | |||
| Description |
This is the query inspector for examining broker enabler queries. | ||
| Method | getRuledBrokerIdTerms | ||
| Description |
Gets the broker | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledBrokerTerms | ||
| Description |
Gets the broker query terms. | ||
| Return | osid.provisioning.BrokerQueryInspector[] | 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 | getBrokerEnablerQueryInspectorRecord | ||
| Description |
Gets the broker enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | brokerEnablerRecordType | a broker enabler record type |
| Return | osid.provisioning.rules.records.BrokerEnablerQueryInspectorRecord | the broker enabler query inspector record | |
| Errors | NULL_ARGUMENT | brokerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(brokerEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |