| Interface | osid.resourcing.rules.CommissionEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getCommissionEnablerSearchOrderRecord | ||
| Description |
Gets the commission enabler search order record
corresponding to the given commission enabler record
| ||
| Parameters | osid.type.Type | commissionEnablerRecordType | an commission enabler record type |
| Return | osid.resourcing.rules.records.CommissionEnablerSearchOrderRecord | the commission enabler search order record | |
| Errors | NULL_ARGUMENT | commissionEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(commissionEnablerRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |