Uses of Interface
org.osid.dictionary.DictionaryList
Packages that use DictionaryList
Package
Description
The Open Service Interface Definitions for the org.osid.dictionary
service.
-
Uses of DictionaryList in org.osid.dictionary
Methods in org.osid.dictionary that return DictionaryListModifier and TypeMethodDescriptionDictionaryHierarchySession.getChildDictionaries(Id dictionaryId) Gets the child dictionaries of the givenid.DictionaryLookupSession.getDictionaries()Gets allDictionaryelements.DictionarySearchResults.getDictionaries()Gets the dictionary list resulting from the search.EntryDictionarySession.getDictionariesByEntry(Id entryId) Gets the list ofDictionaryobjects mapped to anEntry.DictionaryLookupSession.getDictionariesByGenusType(Type dictionaryGenusType) Gets aDictionaryListcorresponding to the given dictionary genusTypewhich does not include dictionaries of genus types derived from the specifiedType.In plenary mode, the returned list contains all known dictionaries or an error results.DictionaryLookupSession.getDictionariesByIds(IdList dictionaryIds) Gets aDictionaryListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the dictionaries specified in theIdlist, in the order of the list, including duplicates, or an error results if anIdin the supplied list is not found or inaccessible.DictionaryLookupSession.getDictionariesByParentGenusType(Type dictionaryGenusType) Gets aDictionaryListcorresponding to the given dictionary genusTypeand include any additional dictionaries with genus types derived from the specifiedType.In plenary mode, the returned list contains all known dictionaries or an error results.DictionaryLookupSession.getDictionariesByProvider(Id resourceId) Gets aDictionaryListfor the given provider.DictionaryQuerySession.getDictionariesByQuery(DictionaryQuery dictionaryQuery) Gets a list ofDictionaryelements matching the given query.DictionaryLookupSession.getDictionariesByRecordType(Type dictionaryRecordType) Gets aDictionaryListcontaining the given dictionary recordType.In plenary mode, the returned list contains all known dictionaries or an error results.DictionaryHierarchySession.getParentDictionaries(Id dictionaryId) Gets the parent dictionaries of the givenid.DictionaryHierarchySession.getRootDictionaries()Gets the root subjects in the dictionary hierarchy.