Interface LocalFileSystemRpcServiceAsync


public interface LocalFileSystemRpcServiceAsync
  • Method Details

    • exportReportIntoDatasink

      void exportReportIntoDatasink(ReportDto reportDto, String executorToken, DatasinkDefinitionDto datasinkDto, String format, List<ReportExecutionConfigDto> configs, String name, String folder, boolean compressed, <any> callback)
    • getStorageEnabledConfigs

      void getStorageEnabledConfigs(<any> callback)
    • testLocalFileSystemDatasink

      Request testLocalFileSystemDatasink(LocalFileSystemDatasinkDto ftpDatasinkDto, <any> callback)
    • getDefaultDatasink

      void getDefaultDatasink(<any> callback)
    • exportFileIntoDatasink

      void exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String filename, String folder, boolean compressed, <any> callback)