Interface | osid.mapping.path.rules.SignalEnablerSearchOrder | ||
---|---|---|---|
Implements | osid.OsidEnablerSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getSignalEnablerSearchOrderRecord | ||
Description |
Gets the signal enabler search order record
corresponding to the given signal enabler record | ||
Parameters | osid.type.Type | signalEnablerRecordType | a signal enabler record type |
Return | osid.mapping.path.rules.records.SignalEnablerSearchOrderRecord | the signal enabler search order record | |
Errors | NULL_ARGUMENT | signalEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(signalEnablerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |