Interface | osid.rules.EngineSearchOrder | ||
---|---|---|---|
Implements | osid.OsidCatalogSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getEngineSearchOrderRecord | ||
Description |
Gets the engine search order record corresponding to the given engine record Type. Multiple retrievals return the same underlying object. | ||
Parameters | osid.type.Type | engineRecordType | an engine record type |
Return | osid.rules.records.EngineSearchOrderRecord | the engine search order record | |
Errors | NULL_ARGUMENT | engineRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(engineRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |