Uses of Interface
org.osid.control.TriggerForm
Packages that use TriggerForm
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 TriggerForm in org.osid.control
Methods in org.osid.control that return TriggerFormModifier and TypeMethodDescriptionTriggerAdminSession.getTriggerFormForCreate(Id controllerId, Type[] triggerRecordTypes) Gets the trigger form for creating new triggers.TriggerAdminSession.getTriggerFormForUpdate(Id triggerId) Gets the trigger form for updating an existing trigger.Methods in org.osid.control with parameters of type TriggerFormModifier and TypeMethodDescriptionTriggerAdminSession.createTrigger(TriggerForm triggerForm) Creates a newTrigger.voidTriggerAdminSession.updateTrigger(TriggerForm triggerForm) Updates an existing trigger. -
Uses of TriggerForm in org.osid.control.batch
Subinterfaces of TriggerForm in org.osid.control.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating triggers in bulk.