Uses of Interface
org.osid.logging.LogQuery
Packages that use LogQuery
Package
Description
The Open Service Interface Definitions for the org.osid.logging
service.
-
Uses of LogQuery in org.osid.logging
Methods in org.osid.logging that return LogQueryModifier and TypeMethodDescriptionLogQuery.getAncestorLogQuery()Gets the query for a log.LogQuery.getDescendantLogQuery()Gets the query for a log.LogEntryQuery.getLogQuery()Gets the query for a log.LogQuerySession.getLogQuery()Gets a log query.LogSearchSession.getLogQueryFromInspector(LogQueryInspector logQueryInspector) Gets a log query from an inspector.Methods in org.osid.logging with parameters of type LogQueryModifier and TypeMethodDescriptionLogQuerySession.getLogsByQuery(LogQuery logQuery) Gets a list ofLogsmatching the given log query.LogSearchSession.getLogsBySearch(LogQuery logQuery, LogSearch logSearch) Gets the search results matching the given search.