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