Uses of Interface
org.osid.control.batch.DeviceBatchFormList
Packages that use DeviceBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.control.batch
service.
-
Uses of DeviceBatchFormList in org.osid.control.batch
Methods in org.osid.control.batch that return DeviceBatchFormListModifier and TypeMethodDescriptionDeviceBatchAdminSession.getDeviceFormsForCreate(long n, Type[] deviceRecordTypes) Gets the device forms for creating a bunch of new devices.DeviceBatchAdminSession.getDeviceFormsForUpdate(IdList deviceIds) Gets the device forms for updating an existing set of devices.Methods in org.osid.control.batch with parameters of type DeviceBatchFormListModifier and TypeMethodDescriptionDeviceBatchAdminSession.createDevices(DeviceBatchFormList deviceForms) Creates a new set ofDevices.DeviceBatchAdminSession.updateDevices(DeviceBatchFormList deviceForms) Updates existing devices.