Interface | osid.provisioning.rules.BrokerConstrainerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidConstrainerQueryInspector | ||
Description |
This is the query inspector for examining broker constrainer 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 | getBrokerConstrainerQueryInspectorRecord | ||
Description |
Gets the broker constrainer query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | brokerConstrainerRecordType | a broker constrainer record type |
Return | osid.provisioning.rules.records.BrokerConstrainerQueryInspectorRecord | the broker constrainer query inspector record | |
Errors | NULL_ARGUMENT | brokerConstrainerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(brokerConstrainerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |