Uses of Interface
com.orchestranetworks.schema.trigger.AfterModifyOccurrenceContext
-
Packages that use AfterModifyOccurrenceContext Package Description com.orchestranetworks.schema.trigger Provides classes and interfaces for trigger creation.com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of AfterModifyOccurrenceContext in com.orchestranetworks.schema.trigger
Methods in com.orchestranetworks.schema.trigger with parameters of type AfterModifyOccurrenceContext Modifier and Type Method Description voidTableTrigger. handleAfterModify(AfterModifyOccurrenceContext aContext)This method is called after the modification of a record. -
Uses of AfterModifyOccurrenceContext in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow with parameters of type AfterModifyOccurrenceContext Modifier and Type Method Description voidBuiltInTrigger_launchWorkflow. handleAfterModify(AfterModifyOccurrenceContext context)Launches the defined workflow if the event 'modify' is enabled.
-