| Interface | osid.provisioning.rules.BrokerProcessorEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getBrokerProcessorEnablerSearchOrderRecord | ||
| Description |
Gets the broker processor enabler search order record
corresponding to the given broker processor enabler record
| ||
| Parameters | osid.type.Type | brokerProcessorEnablerRecordType | a broker processor enabler record type |
| Return | osid.provisioning.rules.records.BrokerProcessorEnablerSearchOrderRecord | the broker processor enabler search order record | |
| Errors | NULL_ARGUMENT | brokerProcessorEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(brokerProcessorEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |