Interface AfterDeleteInstanceContext

All Superinterfaces:
InstanceTriggerExecutionContext, TriggerExecutionContext

public interface AfterDeleteInstanceContext extends InstanceTriggerExecutionContext
Provides an execution context for handling post-dataset 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.