public interface TableTriggerExecutionContext extends TriggerExecutionContext
TableTrigger| Modifier and Type | Method and Description |
|---|---|
AdaptationHome |
getAdaptationHome()
Returns the current dataspace.
|
ValueContext |
getOccurrenceContext()
Returns the record read context.
|
AdaptationTable |
getTable()
Returns the table targeted by the current operation.
|
boolean |
isHistoryRestore()
Returns
true if the current operation is a restoration from history. |
getSessionAdaptationTable getTable()
ValueContext getOccurrenceContext()
AdaptationHome getAdaptationHome()
boolean isHistoryRestore()
true if the current operation is a restoration from history.