Uses of Interface
org.osid.control.batch.SystemBatchFormList
Packages that use SystemBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.control.batch
service.
-
Uses of SystemBatchFormList in org.osid.control.batch
Methods in org.osid.control.batch that return SystemBatchFormListModifier and TypeMethodDescriptionSystemBatchAdminSession.getSystemFormsForCreate(long number, Type[] systemRecordTypes) Gets the system forms for creating a bunch of new systems.SystemBatchAdminSession.getSystemFormsForUpdate(IdList systemIds) Gets the system forms for updating an existing set of systems.Methods in org.osid.control.batch with parameters of type SystemBatchFormListModifier and TypeMethodDescriptionSystemBatchAdminSession.createSystems(SystemBatchFormList systemForms) Creates a new set ofSystems.SystemBatchAdminSession.updateSystems(SystemBatchFormList systemForms) Updates existing system.