Uses of Interface
org.osid.control.batch.TriggerBatchFormList
Packages that use TriggerBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.control.batch
service.
-
Uses of TriggerBatchFormList in org.osid.control.batch
Methods in org.osid.control.batch that return TriggerBatchFormListModifier and TypeMethodDescriptionTriggerBatchAdminSession.getTriggerFormsForCreate(IdList controllerIds, Type[] triggerRecordTypes) Gets the trigger forms for creating a bunch of new triggers.TriggerBatchAdminSession.getTriggerFormsForUpdate(IdList triggerIds) Gets the trigger forms for updating an existing set of triggers.Methods in org.osid.control.batch with parameters of type TriggerBatchFormListModifier and TypeMethodDescriptionTriggerBatchAdminSession.createTriggers(TriggerBatchFormList triggerForms) Creates a new set ofTriggers.TriggerBatchAdminSession.updateTriggers(TriggerBatchFormList triggerForms) Updates existing triggers.