Uses of Interface
org.osid.control.DeviceForm
Packages that use DeviceForm
Package
Description
The Open Service Interface Definitions for the org.osid.control
service.
The Open Service Interface Definitions for the org.osid.control.batch
service.
-
Uses of DeviceForm in org.osid.control
Methods in org.osid.control that return DeviceFormModifier and TypeMethodDescriptionDeviceAdminSession.getDeviceFormForCreate(Type[] deviceRecordTypes) Gets the device form for creating new devices.DeviceAdminSession.getDeviceFormForUpdate(Id deviceId) Gets the device form for updating an existing device.Methods in org.osid.control with parameters of type DeviceFormModifier and TypeMethodDescriptionDeviceAdminSession.createDevice(DeviceForm deviceForm) Creates a newDevice.voidDeviceAdminSession.updateDevice(DeviceForm deviceForm) Updates an existing device. -
Uses of DeviceForm in org.osid.control.batch
Subinterfaces of DeviceForm in org.osid.control.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating devices in bulk.