Class SambaRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.samba.server.samba.SambaRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,SambaRpcService
- 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
ConstructorsConstructorDescriptionSambaRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, SambaService sambaService, 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) DatasinkDefinitionDtobooleantestSambaDatasink(SambaDatasinkDto sambaDatasinkDto) 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 interfaceSambaRpcService- Throws:
ServerCallFailedException
-
getSambaEnabledConfigs
- Specified by:
getSambaEnabledConfigsin interfaceSambaRpcService- Throws:
ServerCallFailedException
-
testSambaDatasink
public boolean testSambaDatasink(SambaDatasinkDto sambaDatasinkDto) throws ServerCallFailedException - Specified by:
testSambaDatasinkin interfaceSambaRpcService- Throws:
ServerCallFailedException
-
getDefaultDatasink
- Specified by:
getDefaultDatasinkin interfaceSambaRpcService- Throws:
ServerCallFailedException
-
exportFileIntoDatasink
public void exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String filename, String folder, boolean compressed) throws ServerCallFailedException - Specified by:
exportFileIntoDatasinkin interfaceSambaRpcService- Throws:
ServerCallFailedException
-