Uses of Interface
org.osid.journaling.JournalEntryQueryInspector
Packages that use JournalEntryQueryInspector
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.journaling
service.
-
Uses of JournalEntryQueryInspector in org.osid
Methods in org.osid that return JournalEntryQueryInspectorModifier and TypeMethodDescriptionOsidObjectQueryInspector.getJournalEntryTerms()Gets the journal entry query terms. -
Uses of JournalEntryQueryInspector in org.osid.journaling
Methods in org.osid.journaling that return JournalEntryQueryInspectorModifier and TypeMethodDescriptionJournalEntrySearchResults.getJournalEntryQueryInspector()Gets the inspector for the query to examine the terms used in the search.JournalQueryInspector.getJournalEntryTerms()Gets the journal entry query terms.BranchQueryInspector.getLatestJournalEntryTerms()Gets the latest journal entry query terms.BranchQueryInspector.getOriginJournalEntryTerms()Gets the origin journal entry query terms.Methods in org.osid.journaling with parameters of type JournalEntryQueryInspectorModifier and TypeMethodDescriptionJournalEntrySearchSession.getJournalEntryQueryFromInspector(JournalEntryQueryInspector journalEntryQueryInspector) Gets a journal entry query from an inspector.