Class AmazonS3RpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.amazons3.server.amazons3.AmazonS3RpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,AmazonS3RpcService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public class AmazonS3RpcServiceImpl
extends SecuredRemoteServiceServlet
implements AmazonS3RpcService
-
Constructor Summary
ConstructorsConstructorDescriptionAmazonS3RpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, AmazonS3Service amazonS3Service, 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) DatasinkDefinitionDtobooleantestAmazonS3Datasink(AmazonS3DatasinkDto amazonS3DatasinkDto) 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 interfaceAmazonS3RpcService- Throws:
ServerCallFailedException
-
getStorageEnabledConfigs
- Specified by:
getStorageEnabledConfigsin interfaceAmazonS3RpcService- Throws:
ServerCallFailedException
-
testAmazonS3Datasink
public boolean testAmazonS3Datasink(AmazonS3DatasinkDto amazonS3DatasinkDto) throws ServerCallFailedException - Specified by:
testAmazonS3Datasinkin interfaceAmazonS3RpcService- Throws:
ServerCallFailedException
-
getDefaultDatasink
- Specified by:
getDefaultDatasinkin interfaceAmazonS3RpcService- Throws:
ServerCallFailedException
-
exportFileIntoDatasink
public void exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String filename, String folder, boolean compressed) throws ServerCallFailedException - Specified by:
exportFileIntoDatasinkin interfaceAmazonS3RpcService- Throws:
ServerCallFailedException
-