| 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.
|
| Class and Description |
|---|
| AfterCreateInstanceContext
Provides an execution context for handling post-dataset creation operations.
|
| AfterCreateOccurrenceContext
Provides a context for executing post-record creation operations.
|
| AfterDeleteInstanceContext
Provides an execution context for handling post-dataset deletion operations.
|
| AfterDeleteOccurrenceContext
Provides a context for executing post-record deletion operations.
|
| AfterModifyOccurrenceContext
Provides a context for executing post-record modification operations.
|
| BeforeCreateInstanceContext
Provides an execution context to handle pre-dataset creation operations.
|
| BeforeCreateOccurrenceContext
Provides a context for executing pre-record creation operations.
|
| BeforeDeleteInstanceContext
Provides an execution context for handling pre-dataset deletion operations.
|
| BeforeDeleteOccurrenceContext
Provides a context for executing pre-record deletion operations.
|
| BeforeModifyOccurrenceContext
Provides a context for executing pre-record modification operations.
|
| BeforeTransactionCancelContext
Provides a context for executing pre-transaction cancellation operations.
|
| BeforeTransactionCommitContext
Provides a context for executing pre-transaction commit operations.
|
| InstanceTriggerExecutionContext
Common abstract superclass that provides an execution context for dataset triggers.
|
| NewTransientOccurrenceContext
Provides a context for preparing a transient record context upon record creation.
|
| TableTriggerExecutionContext
Common abstract superclass that provides an execution context for table triggers.
|
| TriggerExecutionContext
Common abstract superclass that provides an execution context for triggers.
|
| TriggerSetupContext
Provides methods for setting up a trigger in the context of its data model.
|
| ValueChange
Represents a change of a terminal node value.
|
| ValueChanges
Represents changes applied on a record.
|
| Class and Description |
|---|
| AfterCreateOccurrenceContext
Provides a context for executing post-record creation operations.
|
| AfterDeleteOccurrenceContext
Provides a context for executing post-record deletion operations.
|
| AfterModifyOccurrenceContext
Provides a context for executing post-record modification operations.
|
| TableTrigger
Specifies methods that are automatically executed when certain
operations are performed on a table.
|
| TriggerSetupContext
Provides methods for setting up a trigger in the context of its data model.
|