| Interface | osid.provisioning.rules.BrokerEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Used By | osid.provisioning.rules.BrokerConstrainerEnablerSmartDistributorSession | ||
osid.provisioning.rules.BrokerEnablerSearchSession | |||
osid.provisioning.rules.BrokerEnablerSmartDistributorSession | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getBrokerEnablerSearchOrderRecord | ||
| Description |
Gets the broker enabler search order record
corresponding to the given broker enabler record
| ||
| Parameters | osid.type.Type | brokerEnablerRecordType | a broker enabler record type |
| Return | osid.provisioning.rules.records.BrokerEnablerSearchOrderRecord | the broker enabler search order record | |
| Errors | NULL_ARGUMENT | brokerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(brokerEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |