Uses of Interface
org.osid.logging.LogEntryQuery
Packages that use LogEntryQuery
Package
Description
The Open Service Interface Definitions for the org.osid.logging
service.
-
Uses of LogEntryQuery in org.osid.logging
Methods in org.osid.logging that return LogEntryQueryModifier and TypeMethodDescriptionLogEntryQuerySession.getLogEntryQuery()Gets a log entry queryLogEntrySmartLogSession.getLogEntryQuery()Gets a logEntry query.LogQuery.getLogEntryQuery()Gets the query for a log entry.LogEntrySearchSession.getLogEntryQueryFromInspector(LogQueryInspector logEntryQueryInspector) Gets a log entry query from an inspector.LogEntrySmartLogSession.getLogEntryQueryFromInspector(LogEntryQueryInspector logEntryQueryInspector) Gets a logEntry query from an inspector.Methods in org.osid.logging with parameters of type LogEntryQueryModifier and TypeMethodDescriptionvoidLogEntrySmartLogSession.applyLogEntryQuery(LogEntryQuery logEntryQuery) Applies a logEntry query to this log.LogEntryQuerySession.getLogEntriesByQuery(LogEntryQuery logEntryQuery) Gets a list of log entries matching the given log entry queryLogEntrySearchSession.getLogEntriesBySearch(LogEntryQuery logEntryQuery, LogEntrySearch logEntrySearch) Gets the search results matching the given search query using the given search.