public interface ScriptDatasinkRpcService
| Modifier and Type | Method and Description | 
|---|---|
| void | exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      boolean compressed) | 
| void | exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        boolean compressed) | 
| DatasinkDefinitionDto | getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | getStorageEnabledConfigs() | 
| boolean | testScriptDatasink(ScriptDatasinkDto datasinkDto) | 
void exportReportIntoDatasink(ReportDto reportDto, java.lang.String executorToken, DatasinkDefinitionDto datasinkDto, java.lang.String format, java.util.List<ReportExecutionConfigDto> configs, java.lang.String name, boolean compressed) throws ServerCallFailedException
ServerCallFailedExceptionjava.util.Map<StorageType,java.lang.Boolean> getStorageEnabledConfigs() throws ServerCallFailedException
ServerCallFailedExceptionboolean testScriptDatasink(ScriptDatasinkDto datasinkDto) throws ServerCallFailedException
ServerCallFailedExceptionDatasinkDefinitionDto getDefaultDatasink() throws ServerCallFailedException
ServerCallFailedExceptionvoid exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, java.lang.String filename, boolean compressed) throws ServerCallFailedException
ServerCallFailedException