Uses of Interface
org.osid.control.ControllerForm
Packages that use ControllerForm
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 ControllerForm in org.osid.control
Methods in org.osid.control that return ControllerFormModifier and TypeMethodDescriptionControllerAdminSession.getControllerFormForCreate(Type[] controllerRecordTypes) Gets the controller form for creating new controllers.ControllerAdminSession.getControllerFormForUpdate(Id controllerId) Gets the controller form for updating an existing controller.Methods in org.osid.control with parameters of type ControllerFormModifier and TypeMethodDescriptionControllerAdminSession.createController(ControllerForm controllerForm) Creates a newController.voidControllerAdminSession.updateController(ControllerForm controllerForm) Updates an existing controller. -
Uses of ControllerForm in org.osid.control.batch
Subinterfaces of ControllerForm in org.osid.control.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating controllers in bulk.