Interface EmailDatasinkRpcServiceAsync


public interface EmailDatasinkRpcServiceAsync
  • Method Details

    • exportReportIntoDatasink

      void exportReportIntoDatasink(ReportDto reportDto, String executorToken, DatasinkDefinitionDto datasinkDefinitionDto, String format, List<ReportExecutionConfigDto> configs, String name, String subject, String message, boolean compressed, List<StrippedDownUser> recipients, <any> callback)
    • getStorageEnabledConfigs

      void getStorageEnabledConfigs(<any> callback)
    • testEmailDatasink

      Request testEmailDatasink(EmailDatasinkDto emailDatasinkDto, <any> callback)
    • getDefaultDatasink

      void getDefaultDatasink(<any> callback)
    • exportFileIntoDatasink

      void exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String name, String folder, boolean compressed, String subject, String message, List<StrippedDownUser> recipients, <any> transformAndKeepCallback)