| Interface | osid.logging.LogSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidCatalogSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getLogSearchOrderRecord | ||
| Description |
Gets the log search order record corresponding to the given log record Type. Multiple retrievals return the same underlying object. | ||
| Parameters | osid.type.Type | logRecordType | a log record type |
| Return | osid.logging.records.LogSearchOrderRecord | the log search order record | |
| Errors | NULL_ARGUMENT | logRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(logRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |