Uses of Interface
org.osid.control.ActionForm
Packages that use ActionForm
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 ActionForm in org.osid.control
Methods in org.osid.control that return ActionFormModifier and TypeMethodDescriptionActionGroupAdminSession.getActionFormForCreate(Id actionGroupId, Type[] actionRecordTypes) Gets the action form for creating new actions.ActionGroupAdminSession.getActionFormForUpdate(Id actionId) Gets the action form for updating an existing action.Methods in org.osid.control with parameters of type ActionFormModifier and TypeMethodDescriptionActionGroupAdminSession.createAction(ActionForm actionForm) Creates a newAction.voidActionGroupAdminSession.updateAction(ActionForm actionForm) Updates an existing action. -
Uses of ActionForm in org.osid.control.batch
Subinterfaces of ActionForm in org.osid.control.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating actions in bulk.