| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableTrigger.handleAfterCreate(AfterCreateOccurrenceContext aContext)
This method is called after the creation of a record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuiltInTrigger_launchWorkflow.handleAfterCreate(AfterCreateOccurrenceContext context)
Launches the defined workflow if the event 'create' is enabled.
|