public class AmazonS3RpcServiceImpl extends SecuredRemoteServiceServlet implements AmazonS3RpcService
Constructor and Description |
---|
AmazonS3RpcServiceImpl(ReportService reportService,
ReportDtoService reportDtoService,
DtoService dtoService,
ReportExecutorService reportExecutorService,
SecurityService securityService,
HookHandlerService hookHandlerService,
AmazonS3Service amazonS3Service,
ExceptionService exceptionServices,
<any> datasinkServiceProvider) |
Modifier and Type | Method and Description |
---|---|
void |
exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
DatasinkDefinitionDto datasinkDto,
java.lang.String filename,
java.lang.String folder,
boolean compressed) |
void |
exportReportIntoDatasink(ReportDto reportDto,
java.lang.String executorToken,
DatasinkDefinitionDto datasinkDto,
java.lang.String format,
java.util.List<ReportExecutionConfigDto> configs,
java.lang.String name,
java.lang.String folder,
boolean compressed) |
DatasinkDefinitionDto |
getDefaultDatasink() |
java.util.Map<StorageType,java.lang.Boolean> |
getStorageEnabledConfigs() |
boolean |
testAmazonS3Datasink(AmazonS3DatasinkDto amazonS3DatasinkDto) |
getRequest
public AmazonS3RpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, AmazonS3Service amazonS3Service, ExceptionService exceptionServices, <any> datasinkServiceProvider)
public void exportReportIntoDatasink(ReportDto reportDto, java.lang.String executorToken, DatasinkDefinitionDto datasinkDto, java.lang.String format, java.util.List<ReportExecutionConfigDto> configs, java.lang.String name, java.lang.String folder, boolean compressed) throws ServerCallFailedException
exportReportIntoDatasink
in interface AmazonS3RpcService
ServerCallFailedException
public java.util.Map<StorageType,java.lang.Boolean> getStorageEnabledConfigs() throws ServerCallFailedException
getStorageEnabledConfigs
in interface AmazonS3RpcService
ServerCallFailedException
public boolean testAmazonS3Datasink(AmazonS3DatasinkDto amazonS3DatasinkDto) throws ServerCallFailedException
testAmazonS3Datasink
in interface AmazonS3RpcService
ServerCallFailedException
public DatasinkDefinitionDto getDefaultDatasink() throws ServerCallFailedException
getDefaultDatasink
in interface AmazonS3RpcService
ServerCallFailedException
public void exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, java.lang.String filename, java.lang.String folder, boolean compressed) throws ServerCallFailedException
exportFileIntoDatasink
in interface AmazonS3RpcService
ServerCallFailedException