| Interface | osid.provisioning.rules.BrokerEnablerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Used By | osid.provisioning.rules.BrokerEnablerSearchSession | ||
| Description |
The search interface for governing broker enabler searches. | ||
| Method | searchAmongBrokerEnablers | ||
| Description |
Execute this search among the given list of broker enablers. | ||
| Parameters | osid.id.IdList | brokerEnablerIds | list of broker enablers |
| Errors | NULL_ARGUMENT | brokerEnablerIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderBrokerEnablerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.provisioning.rules.BrokerEnablerSearchOrder | brokerEnablerSearchOrder | broker enabler search order |
| Errors | NULL_ARGUMENT | brokerEnablerSearchOrder is null | |
| UNSUPPORTED | brokerEnablerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getBrokerEnablerSearchRecord | ||
| Description |
Gets the broker enabler search record corresponding to
the given broker enabler search record | ||
| Parameters | osid.type.Type | brokerEnablerSearchRecordType | a broker enabler search record type |
| Return | osid.provisioning.rules.records.BrokerEnablerSearchRecord | the broker enabler search record | |
| Errors | NULL_ARGUMENT | brokerEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(brokerEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |