Interface SambaRpcServiceAsync
public interface SambaRpcServiceAsync
-
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) voidgetSambaEnabledConfigs(<any> callback) RequesttestSambaDatasink(SambaDatasinkDto sambaDatasinkDto, <any> callback)
-
Method Details
-
exportReportIntoDatasink
-
getSambaEnabledConfigs
void getSambaEnabledConfigs(<any> callback) -
testSambaDatasink
Request testSambaDatasink(SambaDatasinkDto sambaDatasinkDto, <any> callback) -
getDefaultDatasink
void getDefaultDatasink(<any> callback) -
exportFileIntoDatasink
-