Interface AfterDeleteOccurrenceContext

All Superinterfaces:
TableTriggerExecutionContext, TriggerExecutionContext

public interface AfterDeleteOccurrenceContext extends TableTriggerExecutionContext
Provides a context for executing post-record deletion operations.
See Also:
  • Method Details

    • getProcedureContext

      ProcedureContext getProcedureContext()
      Returns the current procedure context. This context provides the opportunity to perform additional updates in the current dataspace.
    • getDefinitionMode

      DefinitionMode getDefinitionMode()
      Returns the definition mode of the record that has been deleted.
    • getDeletedRecordXPathExpression

      String getDeletedRecordXPathExpression()
      Returns the XPath expression of the record that has been deleted.