Uses of Interface
org.osid.logging.LogQueryInspector
Packages that use LogQueryInspector
Package
Description
The Open Service Interface Definitions for the org.osid.logging
service.
-
Uses of LogQueryInspector in org.osid.logging
Methods in org.osid.logging that return LogQueryInspectorModifier and TypeMethodDescriptionLogQueryInspector.getAncestorLogTerms()Gets the ancestor query terms.LogQueryInspector.getDescendantLogTerms()Gets the descendant log query terms.LogSearchResults.getLogQueryInspector()Gets the inspector for the query to examine the terms used in the search.LogEntryQueryInspector.getLogTerms()Gets the log query terms.Methods in org.osid.logging with parameters of type LogQueryInspectorModifier and TypeMethodDescriptionLogEntrySearchSession.getLogEntryQueryFromInspector(LogQueryInspector logEntryQueryInspector) Gets a log entry query from an inspector.LogSearchSession.getLogQueryFromInspector(LogQueryInspector logQueryInspector) Gets a log query from an inspector.