Interface | osid.logging.LogEntrySearchSession | ||
---|---|---|---|
Implements | osid.logging.LogEntryQuerySession | ||
Description |
This session provides methods for searching among log
entries. The search query is constructed using the This session defines views that offer differing behaviors for searching.
| ||
Method | getLogEntrySearch | ||
Description |
Gets a log entry search. | ||
Return | osid.logging.LogEntrySearch | the log entry search | |
Compliance | mandatory | This method must be implemented. | |
Method | getLogEntrySearchOrder | ||
Description |
Gets a log entry search order. The | ||
Return | osid.logging.LogEntrySearchOrder | the log entry search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getLogEntriesBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.logging.LogEntryQuery | logEntryQuery | the log entry query |
osid.logging.LogEntrySearch | logEntrySearch | the log entry search | |
Return | osid.logging.LogEntrySearchResults | the returned search results | |
Errors | NULL_ARGUMENT | logEntryQuery or logEntrySearch is
null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | logEntryQuery or logEntrySearch is not of
this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getLogEntryQueryFromInspector | ||
Description |
Gets a log entry query from an inspector. The inspector
is available from a | ||
Parameters | osid.logging.LogQueryInspector | logEntryQueryInspector | a log entry query inspector |
Return | osid.logging.LogEntryQuery | the log entry query | |
Errors | NULL_ARGUMENT | logEntryQueryInspector is null | |
UNSUPPORTED | logEntryQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |