| Modifier and Type | Field and Description |
|---|---|
private Map<Placeholder,ReportDocument> |
PlaceholderToReportDocumentRepository.placeholderToReportDocumentMap
This map is filled out during a preparation phase and used in a generation phase.
|
private Map<Placeholder,ReportDocument> |
PlaceholderToReportDocumentRepository.placeholderToReportDocumentMap
This map is filled out during a preparation phase and used in a generation phase.
|
| Modifier and Type | Method and Description |
|---|---|
ReportDocument |
PlaceholderToReportDocumentService.getReportDocument(Placeholder placeholder)
Find a value from
PlaceholderToReportDocumentRepository.getPlaceholderToReportDocumentMap() by the key |
ReportDocument |
PlaceholderToReportDocumentService.getReportDocument(Placeholder placeholder)
Find a value from
PlaceholderToReportDocumentRepository.getPlaceholderToReportDocumentMap() by the key |
| Modifier and Type | Method and Description |
|---|---|
Map<Placeholder,ReportDocument> |
PlaceholderToReportDocumentRepository.getPlaceholderToReportDocumentMap() |
Map<Placeholder,ReportDocument> |
PlaceholderToReportDocumentRepository.getPlaceholderToReportDocumentMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceholderToReportDocumentService.putPlaceholderToReportDocument(Placeholder placeholder,
ReportDocument reportDocument)
Put arguments to the
PlaceholderToReportDocumentRepository.getPlaceholderToReportDocumentMap() map. |
void |
PlaceholderToReportDocumentService.putPlaceholderToReportDocument(Placeholder placeholder,
ReportDocument reportDocument)
Put arguments to the
PlaceholderToReportDocumentRepository.getPlaceholderToReportDocumentMap() map. |
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceholderToReportDocumentRepository.setPlaceholderToReportDocumentMap(Map<Placeholder,ReportDocument> placeholderToReportDocumentMap) |
void |
PlaceholderToReportDocumentRepository.setPlaceholderToReportDocumentMap(Map<Placeholder,ReportDocument> placeholderToReportDocumentMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
Document
Contains a state of a single generated report document.
|
| Modifier and Type | Field and Description |
|---|---|
private Consumer<ReportDocument> |
Document.footerMethod
This method will be called as the last method before closing of a
Document file |
private Consumer<ReportDocument> |
Document.footerMethod
This method will be called as the last method before closing of a
Document file |
| Modifier and Type | Method and Description |
|---|---|
Consumer<ReportDocument> |
Document.getFooterMethod() |
Consumer<ReportDocument> |
Document.getFooterMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setFooterMethod(Consumer<ReportDocument> footerMethod) |
void |
Document.setFooterMethod(Consumer<ReportDocument> footerMethod) |
| Modifier and Type | Field and Description |
|---|---|
private Map<Report,List<ReportDocument>> |
ReportDocumentList.map |
private Map<Report,List<ReportDocument>> |
ReportDocumentList.map |
private ReportDocumentList<ReportDocument> |
ReportDocumentRepository.reportDocuments
All
ReportDocuments that will be completed during parsing. |
private ReportDocumentList<ReportDocument> |
ReportDocumentRepository.reportDocuments
All
ReportDocuments that will be completed during parsing. |
private List<ReportDocument> |
ReportDocumentRepository.reportDocumentsForAddition
During parsing of files we can add
ReportDocuments to the
ReportDocuments list. |
private List<ReportDocument> |
ReportDocumentRepository.reportDocumentsForAddition
During parsing of files we can add
ReportDocuments to the
ReportDocuments list. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportDocumentService.addAll(Collection<ReportDocument> reportDocuments,
ReportingContext reportingContext)
Validate and append the
ReportDocument to the
ReportDocumentRepository.getReportDocuments() list. |
void |
ReportDocumentService.addAll(Collection<ReportDocument> reportDocuments,
ReportingContext reportingContext)
Validate and append the
ReportDocument to the
ReportDocumentRepository.getReportDocuments() list. |
Set<NodeFile> |
ReportDocumentService.getNodeFiles(List<ReportDocument> reportDocuments)
Collect
NodeFiles which belong to the ReportDocument |
Set<NodeFile> |
ReportDocumentService.getNodeFiles(List<ReportDocument> reportDocuments)
Collect
NodeFiles which belong to the ReportDocument |
void |
ReportDocumentRepository.setReportDocuments(ReportDocumentList<ReportDocument> reportDocuments) |
void |
ReportDocumentRepository.setReportDocuments(ReportDocumentList<ReportDocument> reportDocuments) |
void |
ReportDocumentRepository.setReportDocumentsForAddition(List<ReportDocument> reportDocumentsForAddition) |
void |
ReportDocumentRepository.setReportDocumentsForAddition(List<ReportDocument> reportDocumentsForAddition) |
| Modifier and Type | Method and Description |
|---|---|
ReportDocument |
ReportDocumentCreator.prepareReportDocument(EnricherContext enricherContext)
Create a new
ReportDocument. |
ReportDocument |
ReportDocumentCreator.prepareReportDocument(EnricherContext enricherContext)
Create a new
ReportDocument. |
| Modifier and Type | Method and Description |
|---|---|
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 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.