public interface BeforeDeleteOccurrenceContext extends TableTriggerExecutionContext
| Modifier and Type | Method and Description |
|---|---|
Adaptation |
getAdaptationOccurrence()
Returns the record to be deleted.
|
DefinitionMode |
getDefinitionMode()
Returns the definition mode of the record to be deleted.
|
ValueContextForUpdate |
getOccurrenceContextForUpdate()
Returns the record context for performing the update.
|
getAdaptationHome, getOccurrenceContext, getTable, isHistoryRestoregetSessionAdaptation getAdaptationOccurrence()
ValueContextForUpdate getOccurrenceContextForUpdate()
When a record is copied as-is from one table to another
(see ProcedureContext.getContext(AdaptationName)), the default
context is a read context. In this case, this method
transforms it from a read context to an update context.
DefinitionMode getDefinitionMode()