Interface | osid.configuration.ConfigurationSearchOrder | ||
---|---|---|---|
Implements | osid.OsidCatalogSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getConfigurationSearchOrderRecord | ||
Description |
Gets the configuration search order record
corresponding to the given configuration record | ||
Parameters | osid.type.Type | configurationRecordType | a configuration record type |
Return | osid.configuration.records.ConfigurationSearchOrderRecord | the configuration search order record | |
Errors | NULL_ARGUMENT | configurationRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(configurationRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |