Interface LocalFileSystemRpcServiceAsync
public interface LocalFileSystemRpcServiceAsync
-
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) RequesttestLocalFileSystemDatasink(LocalFileSystemDatasinkDto ftpDatasinkDto, <any> callback)
-
Method Details
-
exportReportIntoDatasink
-
getStorageEnabledConfigs
void getStorageEnabledConfigs(<any> callback) -
testLocalFileSystemDatasink
Request testLocalFileSystemDatasink(LocalFileSystemDatasinkDto ftpDatasinkDto, <any> callback) -
getDefaultDatasink
void getDefaultDatasink(<any> callback) -
exportFileIntoDatasink
-