Uses of Interface
com.orchestranetworks.schema.trigger.AfterCreateOccurrenceContext
Packages that use AfterCreateOccurrenceContext
Package
Description
Provides classes and interfaces for trigger creation.
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 AfterCreateOccurrenceContextModifier and TypeMethodDescriptionvoid
TableTrigger.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 AfterCreateOccurrenceContextModifier and TypeMethodDescriptionvoid
BuiltInTrigger_launchWorkflow.handleAfterCreate
(AfterCreateOccurrenceContext context) Launches the defined workflow if the event 'create' is enabled.