Uses of Interface
org.osid.journaling.JournalQueryInspector
Packages that use JournalQueryInspector
Package
Description
The Open Service Interface Definitions for the org.osid.journaling
service.
-
Uses of JournalQueryInspector in org.osid.journaling
Methods in org.osid.journaling that return JournalQueryInspectorModifier and TypeMethodDescriptionJournalQueryInspector.getAncestorJournalTerms()Gets the ancestor journal query terms.JournalQueryInspector.getDescendantJournalTerms()Gets the descendant journal query terms.JournalSearchResults.getJournalQueryInspector()Gets the inspector for the query to examine the terms used in the search.JournalEntryQueryInspector.getJournalTerms()Gets the journal query terms.Methods in org.osid.journaling with parameters of type JournalQueryInspectorModifier and TypeMethodDescriptionJournalSearchSession.getJournalQueryFromInspector(JournalQueryInspector journalQueryInspector) Gets a journal query from an inspector.