Uses of Interface
se.conciliate.extensions.report.output.ReportOutputWriter
Packages that use ReportOutputWriter
Package
Description
Interfaces for report generators.
Interfaces for report generators.
-
Uses of ReportOutputWriter in se.conciliate.extensions.report
Methods in se.conciliate.extensions.report with parameters of type ReportOutputWriterModifier and TypeMethodDescriptionvoid
ReportGenerator.execute
(ReportDataSource dataSource, se.conciliate.mt.rest.JsonData profile, ReportOutputWriter writer, ProgressCallback callback) Creates a report. -
Uses of ReportOutputWriter in se.conciliate.extensions.report.output
Methods in se.conciliate.extensions.report.output that return ReportOutputWriterModifier and TypeMethodDescriptionReportOutputWriterFactory.createWriter
(Path path, Map<String, Object> settings) Creates a new writer for writing a report to the given path.