Uses of Interface
org.osid.control.batch.InputBatchFormList
Packages that use InputBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.control.batch
service.
-
Uses of InputBatchFormList in org.osid.control.batch
Methods in org.osid.control.batch that return InputBatchFormListModifier and TypeMethodDescriptionInputBatchAdminSession.getInputFormsForCreate(InputPeerList peers, Type[] inputRecordTypes) Gets the input forms for creating a bunch of new inputs.InputBatchAdminSession.getInputFormsForUpdate(IdList inputIds) Gets the input forms for updating an existing set of inputs.Methods in org.osid.control.batch with parameters of type InputBatchFormListModifier and TypeMethodDescriptionInputBatchAdminSession.createInputs(InputBatchFormList inputForms) Creates a new set ofInputs.InputBatchAdminSession.updateInputs(InputBatchFormList inputForms) Updates existing inputs.