| Interface | osid.provisioning.rules.BrokerProcessorEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description |
This is the query inspector for examining broker processor enabler queries. | ||
| Method | getRuledBrokerProcessorIdTerms | ||
| Description |
Gets the broker processor | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledBrokerProcessorTerms | ||
| Description |
Gets the broker processor query terms. | ||
| Return | osid.provisioning.rules.BrokerProcessorQueryInspector[] | 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 | getBrokerProcessorEnablerQueryInspectorRecord | ||
| Description |
Gets the broker processor enabler query inspector
record corresponding to the given | ||
| Parameters | osid.type.Type | brokerProcessorEnablerRecordType | a broker processor enabler record type |
| Return | osid.provisioning.rules.records.BrokerProcessorEnablerQueryInspectorRecord | the broker processor enabler query inspector record | |
| Errors | NULL_ARGUMENT | brokerProcessorEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(brokerProcessorEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |