Interface FtpsRpcServiceAsync
public interface FtpsRpcServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoidexportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String filename, String folder, boolean compressed, <any> callback) voidexportReportIntoDatasink(ReportDto reportDto, String executorToken, DatasinkDefinitionDto datasinkDto, String format, List<ReportExecutionConfigDto> configs, String name, String folder, boolean compressed, <any> callback) voidgetDefaultDatasink(<any> callback) voidgetStorageEnabledConfigs(<any> callback) RequesttestFtpsDatasink(FtpsDatasinkDto ftpsDatasinkDto, <any> callback)
-
Method Details
-
exportReportIntoDatasink
-
getStorageEnabledConfigs
void getStorageEnabledConfigs(<any> callback) -
testFtpsDatasink
Request testFtpsDatasink(FtpsDatasinkDto ftpsDatasinkDto, <any> callback) -
getDefaultDatasink
void getDefaultDatasink(<any> callback) -
exportFileIntoDatasink
-