public interface ReportViewConverterStrategy
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ReportConversionData> |
convert(java.util.List<ReportView> reports,
java.util.Map<java.lang.String,java.lang.Object> context)
Deprecated.
since 1811
|
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.
|
@Deprecated java.util.List<ReportConversionData> convert(java.util.List<ReportView> reports, java.util.Map<java.lang.String,java.lang.Object> context)
reports - the list with reports to convert.context - a map used to pass in additional data needed by the strategy.default java.util.List<ReportConversionData> convert(java.util.stream.Stream<ReportView> reports, java.util.Map<java.lang.String,java.lang.Object> context)
reports - the list with reports to convert.context - a map used to pass in additional data needed by the strategy.Copyright © 2018 SAP SE. All Rights Reserved.