public interface LocalFileSystemRpcServiceAsync
Modifier and Type | Method and Description |
---|---|
void |
exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
DatasinkDefinitionDto datasinkDto,
java.lang.String filename,
java.lang.String folder,
boolean compressed,
<any> callback) |
void |
exportReportIntoDatasink(ReportDto reportDto,
java.lang.String executorToken,
DatasinkDefinitionDto datasinkDto,
java.lang.String format,
java.util.List<ReportExecutionConfigDto> configs,
java.lang.String name,
java.lang.String folder,
boolean compressed,
<any> callback) |
void |
getDefaultDatasink(<any> callback) |
void |
getStorageEnabledConfigs(<any> callback) |
Request |
testLocalFileSystemDatasink(LocalFileSystemDatasinkDto ftpDatasinkDto,
<any> callback) |
void exportReportIntoDatasink(ReportDto reportDto, java.lang.String executorToken, DatasinkDefinitionDto datasinkDto, java.lang.String format, java.util.List<ReportExecutionConfigDto> configs, java.lang.String name, java.lang.String folder, boolean compressed, <any> callback)
void getStorageEnabledConfigs(<any> callback)
Request testLocalFileSystemDatasink(LocalFileSystemDatasinkDto ftpDatasinkDto, <any> callback)
void getDefaultDatasink(<any> callback)
void exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, java.lang.String filename, java.lang.String folder, boolean compressed, <any> callback)