Uses of Interface
org.osid.dictionary.batch.DictionaryBatchFormList
Packages that use DictionaryBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.dictionary.batch
service.
-
Uses of DictionaryBatchFormList in org.osid.dictionary.batch
Methods in org.osid.dictionary.batch that return DictionaryBatchFormListModifier and TypeMethodDescriptionDictionaryBatchAdminSession.getDictionaryFormsForCreate(long number, Type[] dictionaryRecordTypes) Gets the dictionary forms for creating a bunch of new dictionaries.DictionaryBatchAdminSession.getDictionaryFormsForUpdate(IdList dictionaryIds) Gets the dictionary forms for updating an existing set of dictionaries.Methods in org.osid.dictionary.batch with parameters of type DictionaryBatchFormListModifier and TypeMethodDescriptionDictionaryBatchAdminSession.createDictionaries(DictionaryBatchFormList dictionaryForms) Creates a new set ofDictionaries.DictionaryBatchAdminSession.updateDictionaries(DictionaryBatchFormList dictionaryForms) Updates existing dictionaries.