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