| Modifier and Type | Method and Description |
|---|---|
ReportingContext |
ReportingContext.init()
Create new instances of
reportDocumentRepository and reportDocumentCreatorRepository. |
ReportingContext |
ReportingContext.init()
Create new instances of
reportDocumentRepository and reportDocumentCreatorRepository. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportDocumentCreatorService.addReportDocumentCreators(Collection<ReportDocumentCreator> reportDocumentCreators,
ReportingContext reportingContext)
Add all items to the
ReportDocumentCreatorRepository.getMap() entries. |
void |
ReportDocumentCreatorService.addReportDocumentCreators(Collection<ReportDocumentCreator> reportDocumentCreators,
ReportingContext reportingContext)
Add all items to the
ReportDocumentCreatorRepository.getMap() entries. |
private void |
ReportDocumentCreatorService.createReportDocumentForPlaceholder(Placeholder placeholder,
ReportDocumentCreator reportDocumentCreator,
CombinerContext combinerContext,
SubstitutionContext substitutionContext,
ReportingContext reportingContext,
EnricherContext enricherContext)
Prepare relations between
Placeholders and ReportDocuments. |
private void |
ReportDocumentCreatorService.createReportDocumentForPlaceholder(Placeholder placeholder,
ReportDocumentCreator reportDocumentCreator,
CombinerContext combinerContext,
SubstitutionContext substitutionContext,
ReportingContext reportingContext,
EnricherContext enricherContext)
Prepare relations between
Placeholders and ReportDocuments. |
void |
ReportDocumentCreatorService.createReportDocuments(CombinerContext combinerContext,
ReportingContext reportingContext,
SubstitutionContext substitutionContext,
EnricherContext enricherContext,
List<TemplateResource> templateResources)
Iterate
Placeholders from template resources and for each Placeholder find the appropriate
ReportDocumentCreator from the ReportDocumentCreatorRepository. |
void |
ReportDocumentCreatorService.createReportDocuments(CombinerContext combinerContext,
ReportingContext reportingContext,
SubstitutionContext substitutionContext,
EnricherContext enricherContext,
List<TemplateResource> templateResources)
Iterate
Placeholders from template resources and for each Placeholder find the appropriate
ReportDocumentCreator from the ReportDocumentCreatorRepository. |
private void |
ReportDocumentCreatorService.prepareReport(FileWithSources fileWithSources,
ReportDocument reportDocument,
CombinerContext combinerContext,
ReportingContext reportingContext)
Create a new
Report |
private void |
ReportDocumentCreatorService.prepareReport(FileWithSources fileWithSources,
ReportDocument reportDocument,
CombinerContext combinerContext,
ReportingContext reportingContext)
Create a new
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) |
void |
VisualizerService.createReports(Collection<Class<? extends ReportDocumentType>> reportDocumentTypes,
CombinerContext combinerContext,
ReportingContext reportingContext,
EnricherContext enricherContext)
Read files(s), parse them and create reports.
|
void |
VisualizerService.createReports(Collection<Class<? extends ReportDocumentType>> reportDocumentTypes,
CombinerContext combinerContext,
ReportingContext reportingContext,
EnricherContext enricherContext)
Read files(s), parse them and create reports.
|
Copyright © 2023. All rights reserved.