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