Class ScpDao

java.lang.Object
net.datenwerke.gxtdto.client.dtomanager.Dao
net.datenwerke.rs.scp.client.scp.ScpDao
All Implemented Interfaces:
HasDefaultDatasink

public class ScpDao extends Dao implements HasDefaultDatasink
  • Constructor Details

  • Method Details

    • exportReportIntoDatasink

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

      public void exportFileIntoDatasink(AbstractFileServerNodeDto file, DatasinkDefinitionDto datasinkDto, String name, String folder, boolean compressed, <any> callback)
    • getScpEnabledConfigs

      public void getScpEnabledConfigs(<any> callback)
    • testScpDatasink

      public Request testScpDatasink(ScpDatasinkDto scpDatasinkDto, <any> callback)
    • getDefaultDatasink

      public void getDefaultDatasink(<any> callback)
      Specified by:
      getDefaultDatasink in interface HasDefaultDatasink