Interface ReportViewConverterStrategy

    • Method Detail

      • convert

        @Deprecated(since="1811",
                    forRemoval=true)
        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
        Converts the given reports to list of generated binary representation of the reports.
        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

        default java.util.List<ReportConversionData> convert​(java.util.stream.Stream<ReportView> reports,
                                                             java.util.Map<java.lang.String,​java.lang.Object> context)
        Converts the given reports to list of generated binary representation of the reports.
        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.