public class ScheduleAsFileRpcServiceImpl extends SecuredRemoteServiceServlet implements ScheduleAsFileRpcService
| Constructor and Description |
|---|
ScheduleAsFileRpcServiceImpl(ReportService reportService,
ReportDtoService reportDtoService,
DtoService dtoService,
ReportExecutorService reportExecutorService,
EventBus eventBus,
TsDiskService tsService,
SecurityService securityService,
CompiledReportStoreService compiledReportService,
HookHandlerService hookHandlerService,
TeamSpaceService teamSpaceService) |
| Modifier and Type | Method and Description |
|---|---|
void |
exportIntoTeamSpace(ReportDto reportDto,
java.lang.String executorToke,
java.lang.String format,
java.util.List<ReportExecutionConfigDto> configs,
AbstractTsDiskNodeDto folder,
java.lang.String name,
java.lang.String description) |
getRequestpublic ScheduleAsFileRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, EventBus eventBus, TsDiskService tsService, SecurityService securityService, CompiledReportStoreService compiledReportService, HookHandlerService hookHandlerService, TeamSpaceService teamSpaceService)
public void exportIntoTeamSpace(ReportDto reportDto, java.lang.String executorToke, java.lang.String format, java.util.List<ReportExecutionConfigDto> configs, AbstractTsDiskNodeDto folder, java.lang.String name, java.lang.String description) throws ServerCallFailedException, ExpectedException
exportIntoTeamSpace in interface ScheduleAsFileRpcServiceServerCallFailedExceptionExpectedException