Uses of Interface
com.orchestranetworks.schema.trigger.TriggerSetupContext
-
Packages that use TriggerSetupContext 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 TriggerSetupContext in com.orchestranetworks.schema.trigger
Methods in com.orchestranetworks.schema.trigger with parameters of type TriggerSetupContext Modifier and Type Method Description abstract voidInstanceTrigger. setup(TriggerSetupContext aContext)Checks and prepares this instance when the data model is loaded.abstract voidTableTrigger. setup(TriggerSetupContext aContext)Checks and prepares this instance when the data model is loaded. -
Uses of TriggerSetupContext in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow with parameters of type TriggerSetupContext Modifier and Type Method Description voidBuiltInTrigger_launchWorkflow. setup(TriggerSetupContext aContext)
-