Class AbstractTemplateViewConverterStrategy

    • Constructor Detail

      • AbstractTemplateViewConverterStrategy

        public AbstractTemplateViewConverterStrategy()
    • Method Detail

      • convert

        @Deprecated(since="1811",
                    forRemoval=true)
        public java.util.List<ReportConversionData> convert​(java.util.List<ReportView> reports,
                                                            java.util.Map<java.lang.String,​java.lang.Object> context)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 1811
        Description copied from interface: ReportViewConverterStrategy
        Converts the given reports to list of generated binary representation of the reports.
        Specified by:
        convert in interface ReportViewConverterStrategy
        Parameters:
        reports - the list with reports to convert.
        context - a map used to pass in additional data needed by the strategy.
        Returns:
        a list of objects representing the generated files.
      • convert

        public java.util.List<ReportConversionData> convert​(java.util.stream.Stream<ReportView> reports,
                                                            java.util.Map<java.lang.String,​java.lang.Object> context)
        Description copied from interface: ReportViewConverterStrategy
        Converts the given reports to list of generated binary representation of the reports.
        Specified by:
        convert in interface ReportViewConverterStrategy
        Parameters:
        reports - the list with reports to convert.
        context - a map used to pass in additional data needed by the strategy.
        Returns:
        a list of objects representing the generated files.