Interface PrinterRpcServiceAsync


public interface PrinterRpcServiceAsync
  • Method Details

    • exportReportIntoDatasink

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

      void getStorageEnabledConfigs(<any> callback)
    • testPrinterDatasink

      Request testPrinterDatasink(PrinterDatasinkDto printerDatasinkDto, <any> callback)
    • getDefaultDatasink

      void getDefaultDatasink(<any> callback)
    • exportFileIntoDatasink

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

      void getAvailablePrinters(<any> callback)