Interface TableTriggerExecutionContext
- All Superinterfaces:
TriggerExecutionContext
- All Known Subinterfaces:
AfterCreateOccurrenceContext,AfterDeleteOccurrenceContext,AfterModifyOccurrenceContext,BeforeCreateOccurrenceContext,BeforeDeleteOccurrenceContext,BeforeModifyOccurrenceContext,BeforeTransactionCancelContext,BeforeTransactionCommitContext,NewTransientOccurrenceContext
Common abstract superclass that provides an execution context for table triggers.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the current dataspace.Returns the record read context.getTable()Returns the table targeted by the current operation.booleanReturnstrueif the current operation is a restoration from history.Methods inherited from interface com.orchestranetworks.schema.trigger.TriggerExecutionContext
getSession
-
Method Details
-
getTable
AdaptationTable getTable()Returns the table targeted by the current operation. -
getOccurrenceContext
ValueContext getOccurrenceContext()Returns the record read context. -
getAdaptationHome
AdaptationHome getAdaptationHome()Returns the current dataspace. -
isHistoryRestore
boolean isHistoryRestore()Returnstrueif the current operation is a restoration from history.
-