| Interface | osid.logging.LogSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing log searches. | ||
| Method | searchAmongLogs | ||
| Description |
Execute this search among the given list of logs. | ||
| Parameters | osid.id.IdList | logIds | list of logs |
| Errors | NULL_ARGUMENT | logIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderLogResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.logging.LogSearchOrder | logSearchOrder | log search order |
| Errors | NULL_ARGUMENT | logSearchOrder is null | |
| UNSUPPORTED | logSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getLogSearchRecord | ||
| Description |
Gets the log search record corresponding to the given
log search record | ||
| Parameters | osid.type.Type | logSearchRecordType | a log search record type |
| Return | osid.logging.records.LogSearchRecord | the log search record | |
| Errors | NULL_ARGUMENT | logSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(logSearchRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |