Uses of Interface
org.osid.control.ActionGroupForm
Packages that use ActionGroupForm
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 ActionGroupForm in org.osid.control
Methods in org.osid.control that return ActionGroupFormModifier and TypeMethodDescriptionActionGroupAdminSession.getActionGroupFormForCreate(Type[] actionGroupRecordTypes) Gets the action group form for creating new action groups.ActionGroupAdminSession.getActionGroupFormForUpdate(Id actionGroupId) Gets the action group form for updating an existing action group.Methods in org.osid.control with parameters of type ActionGroupFormModifier and TypeMethodDescriptionActionGroupAdminSession.createActionGroup(ActionGroupForm actionGroupForm) Creates a newActionGroup.voidActionGroupAdminSession.updateActionGroup(ActionGroupForm actionGroupForm) Updates an existing action group. -
Uses of ActionGroupForm in org.osid.control.batch
Subinterfaces of ActionGroupForm in org.osid.control.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating action groups in bulk.