Class ScheduleAsFileRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.scheduleasfile.server.scheduleasfile.ScheduleAsFileRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,ScheduleAsFileRpcService
- 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 ScheduleAsFileRpcServiceImpl
extends SecuredRemoteServiceServlet
implements ScheduleAsFileRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionScheduleAsFileRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, EventBus eventBus, TsDiskService tsService, SecurityService securityService, CompiledReportStoreService compiledReportService, HookHandlerService hookHandlerService, TeamSpaceService teamSpaceService) -
Method Summary
Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
Method Details
-
exportIntoTeamSpace
public void exportIntoTeamSpace(ReportDto reportDto, String executorToke, String format, List<ReportExecutionConfigDto> configs, AbstractTsDiskNodeDto folder, String name, String description) throws ServerCallFailedException, ExpectedException - Specified by:
exportIntoTeamSpacein interfaceScheduleAsFileRpcService- Throws:
ServerCallFailedExceptionExpectedException
-