public class FtpsRpcServiceImpl extends SecuredRemoteServiceServlet implements FtpsRpcService
Constructor and Description |
---|
FtpsRpcServiceImpl(ReportService reportService,
ReportDtoService reportDtoService,
DtoService dtoService,
ReportExecutorService reportExecutorService,
SecurityService securityService,
HookHandlerService hookHandlerService,
FtpsService ftpsService,
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 |
testFtpsDatasink(FtpsDatasinkDto ftpsDatasinkDto) |
getRequest
public FtpsRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, FtpsService ftpsService, ExceptionService exceptionServices, <any> datasinkServiceProvider)
public java.util.Map<StorageType,java.lang.Boolean> getStorageEnabledConfigs() throws ServerCallFailedException
getStorageEnabledConfigs
in interface FtpsRpcService
ServerCallFailedException
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 FtpsRpcService
ServerCallFailedException
public boolean testFtpsDatasink(FtpsDatasinkDto ftpsDatasinkDto) throws ServerCallFailedException
testFtpsDatasink
in interface FtpsRpcService
ServerCallFailedException
public DatasinkDefinitionDto getDefaultDatasink() throws ServerCallFailedException
getDefaultDatasink
in interface FtpsRpcService
ServerCallFailedException
public void exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, java.lang.String filename, java.lang.String folder, boolean compressed) throws ServerCallFailedException
exportFileIntoDatasink
in interface FtpsRpcService
ServerCallFailedException