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