Package net.datenwerke.rs.scp.server.scp
Class ScpRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.scp.server.scp.ScpRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,ScpRpcService
- 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
ConstructorsConstructorDescriptionScpRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, ScpService scpService, 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) DatasinkDefinitionDtobooleantestScpDatasink(ScpDatasinkDto scpDatasinkDto) 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 interfaceScpRpcService- Throws:
ServerCallFailedException
-
getScpEnabledConfigs
- Specified by:
getScpEnabledConfigsin interfaceScpRpcService- Throws:
ServerCallFailedException
-
testScpDatasink
- Specified by:
testScpDatasinkin interfaceScpRpcService- Throws:
ServerCallFailedException
-
getDefaultDatasink
- Specified by:
getDefaultDatasinkin interfaceScpRpcService- Throws:
ServerCallFailedException
-
exportFileIntoDatasink
public void exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String filename, String folder, boolean compressed) throws ServerCallFailedException - Specified by:
exportFileIntoDatasinkin interfaceScpRpcService- Throws:
ServerCallFailedException
-