Package io.jmix.reports.libintegration
Class JmixGroovyDataLoader
java.lang.Object
io.jmix.reports.libintegration.JmixGroovyDataLoader
- All Implemented Interfaces:
ReportDataLoader
-
Field Summary
Modifier and TypeFieldDescriptionprotected GroovyScriptParametersProvider
protected Resources
protected Scripting
-
Constructor Summary
-
Method Summary
-
Field Details
-
scripting
-
resources
-
groovyScriptParametersProvider
-
-
Constructor Details
-
JmixGroovyDataLoader
-
-
Method Details
-
loadData
public List<Map<String,Object>> loadData(ReportQuery reportQuery, BandData parentBand, Map<String, Object> params) Description copied from interface:ReportDataLoader
This method MUST return list of mutable maps. We need mutability to put there some values implicitly.- Specified by:
loadData
in interfaceReportDataLoader
-