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