| Interface | osid.provisioning.rules.BrokerConstrainerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing broker constrainer searches. | ||
| Method | searchAmongBrokerConstrainers | ||
| Description |
Execute this search among the given list of broker constrainers. | ||
| Parameters | osid.id.IdList | distributorIds | list of broker constrainers |
| Errors | NULL_ARGUMENT | distributorIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderBrokerConstrainerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.provisioning.rules.BrokerConstrainerSearchOrder | brokerConstrainerSearchOrder | broker constrainer search order |
| Errors | NULL_ARGUMENT | brokerConstrainerSearchOrder is null | |
| UNSUPPORTED | brokerConstrainerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getBrokerConstrainerSearchRecord | ||
| Description |
Gets the broker constrainer search record corresponding
to the given broker constrainer search record | ||
| Parameters | osid.type.Type | brokerConstrainerSearchRecordType | a broker constrainer search record type |
| Return | osid.provisioning.rules.records.BrokerConstrainerSearchRecord | the broker constrainer search record | |
| Errors | NULL_ARGUMENT | brokerConstrainerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(brokerConstrainerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |