public interface ScpRpcService
| Modifier and Type | Method and Description |
|---|---|
void |
exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
DatasinkDefinitionDto datasinkDto,
java.lang.String filename,
java.lang.String folder,
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,
java.lang.String folder,
boolean compressed) |
DatasinkDefinitionDto |
getDefaultDatasink() |
java.util.Map<StorageType,java.lang.Boolean> |
getScpEnabledConfigs() |
boolean |
testScpDatasink(ScpDatasinkDto scpDatasinkDto) |
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) throws ServerCallFailedException
ServerCallFailedExceptionjava.util.Map<StorageType,java.lang.Boolean> getScpEnabledConfigs() throws ServerCallFailedException
ServerCallFailedExceptionboolean testScpDatasink(ScpDatasinkDto scpDatasinkDto) throws ServerCallFailedException
ServerCallFailedExceptionDatasinkDefinitionDto getDefaultDatasink() throws ServerCallFailedException
ServerCallFailedExceptionvoid exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, java.lang.String filename, java.lang.String folder, boolean compressed) throws ServerCallFailedException
ServerCallFailedException