Package net.datenwerke.rs.ftp.server.ftp
Class SftpRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.ftp.server.ftp.SftpRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,SftpRpcService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Constructor Summary
ConstructorsConstructorDescriptionSftpRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, SftpService sftpService, ExceptionService exceptionServices, <any> datasinkServiceProvider) -
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) DatasinkDefinitionDtobooleantestSftpDatasink(SftpDatasinkDto sftpDatasinkDto) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
Method Details
-
exportReportIntoDatasink
public void exportReportIntoDatasink(ReportDto reportDto, String executorToken, DatasinkDefinitionDto datasinkDto, String format, List<ReportExecutionConfigDto> configs, String name, String folder, boolean compressed) throws ServerCallFailedException - Specified by:
exportReportIntoDatasinkin interfaceSftpRpcService- Throws:
ServerCallFailedException
-
getStorageEnabledConfigs
- Specified by:
getStorageEnabledConfigsin interfaceSftpRpcService- Throws:
ServerCallFailedException
-
testSftpDatasink
- Specified by:
testSftpDatasinkin interfaceSftpRpcService- Throws:
ServerCallFailedException
-
getDefaultDatasink
- Specified by:
getDefaultDatasinkin interfaceSftpRpcService- Throws:
ServerCallFailedException
-
exportFileIntoDatasink
public void exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String filename, String folder, boolean compressed) throws ServerCallFailedException - Specified by:
exportFileIntoDatasinkin interfaceSftpRpcService- Throws:
ServerCallFailedException
-