Uses of Interface
org.osid.control.InputForm
Packages that use InputForm
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 InputForm in org.osid.control
Methods in org.osid.control that return InputFormModifier and TypeMethodDescriptionInputAdminSession.getInputFormForCreate(Id deviceId, Id controllerId, Type[] inputRecordTypes) Gets the input form for creating new inputs.InputAdminSession.getInputFormForUpdate(Id inputId) Gets the input form for updating an existing input.Methods in org.osid.control with parameters of type InputFormModifier and TypeMethodDescriptionInputAdminSession.createInput(InputForm inputForm) Creates a newInput.voidInputAdminSession.updateInput(InputForm inputForm) Updates an existing input. -
Uses of InputForm in org.osid.control.batch
Subinterfaces of InputForm in org.osid.control.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating inputs in bulk.