| 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.handleAfterDelete(AfterDeleteOccurrenceContext aContext)
This method is called after deleting a record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuiltInTrigger_launchWorkflow.handleAfterDelete(AfterDeleteOccurrenceContext context)
Launches the defined workflow if the event 'delete' is enabled.
|