Uses of Record Class
de.samply.reporter.report.metainfo.ReportMetaInfo
Packages that use ReportMetaInfo
-
Uses of ReportMetaInfo in de.samply.reporter.report
Methods in de.samply.reporter.report with parameters of type ReportMetaInfoModifier and TypeMethodDescriptionvoidReportGenerator.generate(ReportTemplate template, ReportMetaInfo reportMetaInfo) -
Uses of ReportMetaInfo in de.samply.reporter.report.metainfo
Methods in de.samply.reporter.report.metainfo that return ReportMetaInfoModifier and TypeMethodDescriptionstatic ReportMetaInfoReportMetaInfoManager.createNewReportMetaInfo(ReportTemplate template) ReportMetaInfoManager.fetchAllExistingReportMetaInfos()ReportMetaInfoManager.fetchAllExistingReportMetaInfos(int pageSize, int page) ReportMetaInfoManager.fetchAllReportMetaInfos()ReportMetaInfoManager.fetchAllReportMetaInfos(Optional<Function<ReportMetaInfo, Boolean>> filter) ReportMetaInfoManager.fetchRunningReportMetaInfos()Methods in de.samply.reporter.report.metainfo that return types with arguments of type ReportMetaInfoMethods in de.samply.reporter.report.metainfo with parameters of type ReportMetaInfoModifier and TypeMethodDescriptionvoidReportMetaInfoManager.addReportMetaInfoToFile(ReportMetaInfo reportMetaInfo) Method parameters in de.samply.reporter.report.metainfo with type arguments of type ReportMetaInfoModifier and TypeMethodDescriptionReportMetaInfoManager.fetchAllReportMetaInfos(Optional<Function<ReportMetaInfo, Boolean>> filter)