| Modifier and Type | Field and Description |
|---|---|
private List<Report> |
ReportRepository.reports
The global state of the application.
|
private List<Report> |
ReportRepository.reports
The global state of the application.
|
| Modifier and Type | Method and Description |
|---|---|
List<Report> |
ReportRepository.getReports() |
List<Report> |
ReportRepository.getReports() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportRepository.addReports(List<Report> reports)
Add all reports to the
ReportRepository.reports. |
void |
ReportRepository.addReports(List<Report> reports)
Add all reports to the
ReportRepository.reports. |
| Modifier and Type | Field and Description |
|---|---|
private Report |
Document.report
|
private Report |
Document.report
|
| Modifier and Type | Method and Description |
|---|---|
Report |
Document.getReport() |
Report |
Document.getReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setReport(Report report) |
void |
Document.setReport(Report report) |
| Modifier and Type | Field and Description |
|---|---|
private Map<Report,List<ReportDocument>> |
ReportDocumentList.map |
private Map<Report,List<ReportDocument>> |
ReportDocumentList.map |
| Modifier and Type | Method and Description |
|---|---|
Report |
ReportDocument.getReport() |
Report |
ReportDocument.getReport() |
| Modifier and Type | Method and Description |
|---|---|
List<ReportDocument> |
ReportDocumentList.get(Report report) |
List<ReportDocument> |
ReportDocumentList.get(Report report) |
List<ReportDocument> |
ReportDocumentService.getReportDocuments(Report report,
ReportingContext reportingContext)
Find all
ReportDocuments with report from parameter. |
List<ReportDocument> |
ReportDocumentService.getReportDocuments(Report report,
ReportingContext reportingContext)
Find all
ReportDocuments with report from parameter. |
void |
ReportDocument.setReport(Report report) |
void |
ReportDocument.setReport(Report report) |
| Modifier and Type | Method and Description |
|---|---|
private void |
VisualizerService.createReport(Collection<Class<? extends ReportDocumentType>> reportDocumentTypes,
Report report,
CombinerContext combinerContext,
ReportingContext reportingContext,
EnricherContext enricherContext) |
private void |
VisualizerService.createReport(Collection<Class<? extends ReportDocumentType>> reportDocumentTypes,
Report report,
CombinerContext combinerContext,
ReportingContext reportingContext,
EnricherContext enricherContext) |
private String |
VisualizerService.getReportDirectoryPath(Report report) |
private String |
VisualizerService.getReportDirectoryPath(Report report) |
private int |
VisualizerService.transformMultiLine(List<String> multiLine,
Collection<Class<? extends ReportDocumentType>> reportDocumentTypes,
Report report,
List<ReportDocument> reportDocuments,
LogBufferedReader currentReader,
int currentLineNumber,
TransformerService transformerService,
CombinerContext combinerContext,
EnricherContext enricherContext) |
private int |
VisualizerService.transformMultiLine(List<String> multiLine,
Collection<Class<? extends ReportDocumentType>> reportDocumentTypes,
Report report,
List<ReportDocument> reportDocuments,
LogBufferedReader currentReader,
int currentLineNumber,
TransformerService transformerService,
CombinerContext combinerContext,
EnricherContext enricherContext) |
Copyright © 2023. All rights reserved.