| Interface | osid.configuration.rules.ValueEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Used By | osid.configuration.rules.ValueEnablerSearchSession | ||
osid.configuration.rules.ValueEnablerSmartConfigurationSession | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getValueEnablerSearchOrderRecord | ||
| Description |
Gets the value enabler search order record
corresponding to the given value enabler record
| ||
| Parameters | osid.type.Type | valueEnablerRecordType | a value enabler record type |
| Return | osid.configuration.rules.records.ValueEnablerSearchOrderRecord | the value enabler search order record | |
| Errors | NULL_ARGUMENT | valueEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(valueEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |