Uses of Interface
org.osid.dictionary.DictionaryQuery
Packages that use DictionaryQuery
Package
Description
The Open Service Interface Definitions for the org.osid.dictionary
service.
-
Uses of DictionaryQuery in org.osid.dictionary
Methods in org.osid.dictionary that return DictionaryQueryModifier and TypeMethodDescriptionDictionaryQuery.getAncestorDictionaryQuery()Gets the query for an ancestor dictionary.DictionaryQuery.getDescendantDictionaryQuery()Gets the query for a descendant dictioonary.DictionaryQuerySession.getDictionaryQuery()Gets a dictionary query.EntryQuery.getDictionaryQuery()Gets the query for a dictionary.DictionarySearchSession.getDictionaryQueryFromInspector(DictionaryQueryInspector dictionaryQueryInspector) Gets a dictionary query from an inspector.Methods in org.osid.dictionary with parameters of type DictionaryQueryModifier and TypeMethodDescriptionDictionaryQuerySession.getDictionariesByQuery(DictionaryQuery dictionaryQuery) Gets a list ofDictionaryelements matching the given query.DictionarySearchSession.getDictionariesBySearch(DictionaryQuery dictionaryQuery, DictionarySearch dictionarySearch) Gets the search results matching the given search query using the given search.