Uses of Interface
org.osid.control.batch.ActionBatchFormList
Packages that use ActionBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.control.batch
service.
-
Uses of ActionBatchFormList in org.osid.control.batch
Methods in org.osid.control.batch that return ActionBatchFormListModifier and TypeMethodDescriptionActionGroupBatchAdminSession.getActionFormsForCreate(IdList actionGroupIds, Type[] actionRecordTypes) Gets the action forms for creating a bunch of new actions.ActionGroupBatchAdminSession.getActionFormsForUpdate(IdList actionIds) Gets the action forms for updating an existing set of actions.Methods in org.osid.control.batch with parameters of type ActionBatchFormListModifier and TypeMethodDescriptionActionGroupBatchAdminSession.createActions(ActionBatchFormList actionForms) Creates a new set ofActions.ActionGroupBatchAdminSession.updateActions(ActionBatchFormList actionForms) Updates existing actions.