Class OneDriveRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.onedrive.server.onedrive.OneDriveRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,OneDriveRpcService
- 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 OneDriveRpcServiceImpl
extends SecuredRemoteServiceServlet
implements OneDriveRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionOneDriveRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, OneDriveService oneDriveService, 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) DatasinkDefinitionDtobooleantestOneDriveDatasink(OneDriveDatasinkDto oneDriveDatasinkDto) 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 interfaceOneDriveRpcService- Throws:
ServerCallFailedException
-
getStorageEnabledConfigs
- Specified by:
getStorageEnabledConfigsin interfaceOneDriveRpcService- Throws:
ServerCallFailedException
-
testOneDriveDatasink
public boolean testOneDriveDatasink(OneDriveDatasinkDto oneDriveDatasinkDto) throws ServerCallFailedException - Specified by:
testOneDriveDatasinkin interfaceOneDriveRpcService- Throws:
ServerCallFailedException
-
getDefaultDatasink
- Specified by:
getDefaultDatasinkin interfaceOneDriveRpcService- Throws:
ServerCallFailedException
-
exportFileIntoDatasink
public void exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String filename, String folder, boolean compressed) throws ServerCallFailedException - Specified by:
exportFileIntoDatasinkin interfaceOneDriveRpcService- Throws:
ServerCallFailedException
-