Interface DropboxRpcService
- All Known Implementing Classes:
DropboxRpcServiceImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface DropboxRpcService
-
Method Summary
Modifier and TypeMethodDescriptionvoidexportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String filename, String folder, boolean compressed) voidexportReportIntoDatasink(ReportDto reportDto, String executorToken, DatasinkDefinitionDto datasinkDto, String format, List<ReportExecutionConfigDto> configs, String name, String folder, boolean compressed) DatasinkDefinitionDtobooleantestDropboxDatasink(DropboxDatasinkDto dropboxDatasinkDto)
-
Method Details
-
exportReportIntoDatasink
void exportReportIntoDatasink(ReportDto reportDto, String executorToken, DatasinkDefinitionDto datasinkDto, String format, List<ReportExecutionConfigDto> configs, String name, String folder, boolean compressed) throws ServerCallFailedException - Throws:
ServerCallFailedException
-
getStorageEnabledConfigs
- Throws:
ServerCallFailedException
-
testDropboxDatasink
- Throws:
ServerCallFailedException
-
getDefaultDatasink
- Throws:
ServerCallFailedException
-
exportFileIntoDatasink
void exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String filename, String folder, boolean compressed) throws ServerCallFailedException - Throws:
ServerCallFailedException
-