| Interface | osid.provisioning.rules.BrokerConstrainerEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description |
This is the query inspector for examining broker constrainer enabler queries. | ||
| Method | getRuledBrokerConstrainerIdTerms | ||
| Description |
Gets the broker constrainer | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledBrokerConstrainerTerms | ||
| Description |
Gets the broker constrainer query terms. | ||
| Return | osid.provisioning.rules.BrokerConstrainerQueryInspector[] | 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 | getBrokerConstrainerEnablerQueryInspectorRecord | ||
| Description |
Gets the broker constrainer enabler query inspector
record corresponding to the given | ||
| Parameters | osid.type.Type | brokerConstrainerEnablerRecordType | a broker constrainer enabler record type |
| Return | osid.provisioning.rules.records.BrokerConstrainerEnablerQueryInspectorRecord | the broker constrainer enabler query inspector record | |
| Errors | NULL_ARGUMENT | brokerConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(brokerConstrainerEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |