Uses of Interface
com.orchestranetworks.schema.trigger.AfterDeleteOccurrenceContext
-
Packages that use AfterDeleteOccurrenceContext 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 AfterDeleteOccurrenceContext in com.orchestranetworks.schema.trigger
Methods in com.orchestranetworks.schema.trigger with parameters of type AfterDeleteOccurrenceContext Modifier and Type Method Description voidTableTrigger. handleAfterDelete(AfterDeleteOccurrenceContext aContext)This method is called after deleting a record. -
Uses of AfterDeleteOccurrenceContext in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow with parameters of type AfterDeleteOccurrenceContext Modifier and Type Method Description voidBuiltInTrigger_launchWorkflow. handleAfterDelete(AfterDeleteOccurrenceContext context)Launches the defined workflow if the event 'delete' is enabled.
-