Uses of Interface
org.osid.control.batch.ControllerBatchFormList
Packages that use ControllerBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.control.batch
service.
-
Uses of ControllerBatchFormList in org.osid.control.batch
Methods in org.osid.control.batch that return ControllerBatchFormListModifier and TypeMethodDescriptionControllerBatchAdminSession.getControllerFormsForCreate(long n, Type[] controllerRecordTypes) Gets the controller forms for creating a bunch of new controllers.ControllerBatchAdminSession.getControllerFormsForUpdate(IdList controllerIds) Gets the controller forms for updating an existing set of controllers.Methods in org.osid.control.batch with parameters of type ControllerBatchFormListModifier and TypeMethodDescriptionControllerBatchAdminSession.createControllers(ControllerBatchFormList controllerForms) Creates a new set ofControllers.ControllerBatchAdminSession.updateControllers(ControllerBatchFormList controllerForms) Updates existing controllers.