Uses of Class
de.samply.reporter.report.metainfo.ReportMetaInfoManagerException
Packages that use ReportMetaInfoManagerException
-
Uses of ReportMetaInfoManagerException in de.samply.reporter.app
Methods in de.samply.reporter.app that throw ReportMetaInfoManagerExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntityReporterController.fetchAllReports(Integer page, Integer pageSize) org.springframework.http.ResponseEntity<org.springframework.core.io.InputStreamResource>ReporterController.fetchReport(String reportId) org.springframework.http.ResponseEntity<ReportStatus>ReporterController.fetchReportStatus(String reportId) org.springframework.http.ResponseEntityReporterController.fetchRunningReports()org.springframework.http.ResponseEntity<String>ReporterController.generate(jakarta.servlet.http.HttpServletRequest httpServletRequest, String templateId, String exportUrl, String contentType, Boolean isInternalRequest, String template) -
Uses of ReportMetaInfoManagerException in de.samply.reporter.report.metainfo
Methods in de.samply.reporter.report.metainfo that throw ReportMetaInfoManagerExceptionModifier and TypeMethodDescriptionvoidReportMetaInfoManager.addReportMetaInfoToFile(ReportMetaInfo reportMetaInfo) ReportMetaInfoManager.createNewReportMetaInfo(ReportTemplate template) ReportMetaInfoManager.fetchAllExistingReportMetaInfos()ReportMetaInfoManager.fetchAllExistingReportMetaInfos(int pageSize, int page) ReportMetaInfoManager.fetchAllReportMetaInfos()ReportMetaInfoManager.fetchAllReportMetaInfos(Optional<Function<ReportMetaInfo, Boolean>> filter) ReportMetaInfoManager.fetchReportMetaInfo(String reportId) ReportMetaInfoManager.fetchRunningReportMetaInfos()voidReportMetaInfoManager.reset()Constructors in de.samply.reporter.report.metainfo that throw ReportMetaInfoManagerExceptionModifierConstructorDescriptionReportMetaInfoManager(VariablesReplacer variablesReplacer, RunningReportsManager runningReportsManager, String reportsDirectory, String reportsMetaInfoFilename)