Interface DatasinkDispatchNotificationHook

All Superinterfaces:
Hook

public interface DatasinkDispatchNotificationHook extends Hook
  • Method Details

    • notifyOfScheduledReportDispatched

      void notifyOfScheduledReportDispatched(Object report, ReportExecuteJob rJob, DatasinkDefinition datasink, DatasinkConfiguration config)
      Notifies when a scheduled report has been dispatched to a datasink
      Parameters:
      report - the report scheduled. May be a String, a byte array or a TableDBDataSource
      rJob - the report execute job
      datasink - the datasink
      config - the configuration of the datasink dispatch
    • notifyOfCompiledReportDispatched

      void notifyOfCompiledReportDispatched(Object report, DatasinkDefinition datasink, DatasinkConfiguration config)
      Notifies when a compiled report has been dispatched to a datasink
      Parameters:
      report - the report scheduled. May be a String, a byte array or a TableDBDataSource
      datasink - the datasink
      config - the configuration of the datasink dispatch