Interface | osid.logging.LogQuerySession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods for searching Logs may have a query record indicated by their respective
record types. The query record is accessed via the | ||
Method | canSearchLogs | ||
Description |
Tests if this user can perform | ||
Return | boolean | false if search methods are not authorized, true
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getLogQuery | ||
Description |
Gets a log query. | ||
Return | osid.logging.LogQuery | the log query | |
Compliance | mandatory | This method must be implemented. | |
Method | getLogsByQuery | ||
Description |
Gets a list of | ||
Parameters | osid.logging.LogQuery | logQuery | the log query |
Return | osid.logging.LogList | the returned LogList | |
Errors | NULL_ARGUMENT | logQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | logQuery is not of this service | ||
Compliance | mandatory | This method must be implemented. |