Uses of Interface
org.osid.dictionary.DictionaryForm
Packages that use DictionaryForm
Package
Description
The Open Service Interface Definitions for the org.osid.dictionary
service.
The Open Service Interface Definitions for the org.osid.dictionary.batch
service.
-
Uses of DictionaryForm in org.osid.dictionary
Methods in org.osid.dictionary that return DictionaryFormModifier and TypeMethodDescriptionDictionaryAdminSession.getDictionaryFormForCreate(Type[] dictionaryRecordTypes) Gets the dictionary form for creating new dictionaries.DictionaryAdminSession.getDictionaryFormForUpdate(Id dictionaryId) Gets the dictionary form for updating an existing dictionary.Methods in org.osid.dictionary with parameters of type DictionaryFormModifier and TypeMethodDescriptionDictionaryAdminSession.createDictionary(DictionaryForm dictionaryForm) Creates a newDictionary.voidDictionaryAdminSession.updateDictionary(DictionaryForm dictionaryForm) Updates an existing dictionary. -
Uses of DictionaryForm in org.osid.dictionary.batch
Subinterfaces of DictionaryForm in org.osid.dictionary.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating dictionaries in bulk.