Uses of Interface
org.osid.dictionary.EntryQuery
Packages that use EntryQuery
Package
Description
The Open Service Interface Definitions for the org.osid.dictionary
service.
-
Uses of EntryQuery in org.osid.dictionary
Methods in org.osid.dictionary that return EntryQueryModifier and TypeMethodDescriptionDictionaryQuery.getEntryQuery()Gets the query for an entry.EntryQuerySession.getEntryQuery()Gets an entry query.EntrySmartDictionarySession.getEntryQuery()Gets an entry query.EntrySearchSession.getEntryQueryFromInspector(EntryQueryInspector entryQueryInspector) Gets an entry query from an inspector.EntrySmartDictionarySession.getEntryQueryFromInspector(EntryQueryInspector entryQueryInspector) Gets an entry query from an inspector.Methods in org.osid.dictionary with parameters of type EntryQueryModifier and TypeMethodDescriptionvoidEntrySmartDictionarySession.applyEntryQuery(EntryQuery entryQuery) Applies an entry query to this dictionary.EntryQuerySession.getEntriesByQuery(EntryQuery entryQuery) Gets a list ofEntryelements matching the given search.EntrySearchSession.getEntriesBySearch(EntryQuery entryQuery, EntrySearch entrySearch) Gets a list ofEntryelements matching the given search.