Uses of Interface
org.osid.dictionary.batch.EntryBatchFormList
Packages that use EntryBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.dictionary.batch
service.
-
Uses of EntryBatchFormList in org.osid.dictionary.batch
Methods in org.osid.dictionary.batch that return EntryBatchFormListModifier and TypeMethodDescriptionEntryBatchAdminSession.getEntryFormsForCreate(EntryPeerList peers, Type[] entryRecordTypes) Gets the entry forms for creating a bunch of new entries.EntryBatchAdminSession.getEntryFormsForUpdate(IdList entryIds) Gets the entry forms for updating an existing set of entries.Methods in org.osid.dictionary.batch with parameters of type EntryBatchFormListModifier and TypeMethodDescriptionEntryBatchAdminSession.createEntries(EntryBatchFormList entryForms) Creates a new set ofEntries.EntryBatchAdminSession.updateEntries(EntryBatchFormList entryForms) Updates existing entries.