Uses of Class
net.datenwerke.rs.core.service.reportmanager.engine.ReportEngine
Packages that use ReportEngine
Package
Description
-
Uses of ReportEngine in net.datenwerke.rs.base.service.reportengines.hookers
Methods in net.datenwerke.rs.base.service.reportengines.hookers that return types with arguments of type ReportEngineModifier and TypeMethodDescriptionCollection<? extends Class<? extends ReportEngine>> BaseReportEngineProviderHooker.getReportEngines() -
Uses of ReportEngine in net.datenwerke.rs.base.service.reportengines.jasper
Subclasses of ReportEngine in net.datenwerke.rs.base.service.reportengines.jasper -
Uses of ReportEngine in net.datenwerke.rs.base.service.reportengines.table
Subclasses of ReportEngine in net.datenwerke.rs.base.service.reportengines.table -
Uses of ReportEngine in net.datenwerke.rs.birt.service.reportengine
Subclasses of ReportEngine in net.datenwerke.rs.birt.service.reportengine -
Uses of ReportEngine in net.datenwerke.rs.birt.service.reportengine.hookers
Methods in net.datenwerke.rs.birt.service.reportengine.hookers that return types with arguments of type ReportEngineModifier and TypeMethodDescriptionCollection<? extends Class<? extends ReportEngine>> BirtReportEngineProviderHooker.getReportEngines() -
Uses of ReportEngine in net.datenwerke.rs.core.service.reportmanager.engine.hooks
Methods in net.datenwerke.rs.core.service.reportmanager.engine.hooks with parameters of type ReportEngineModifier and TypeMethodDescriptionReportEngineTakeOverExecutionHook.executeReport(ReportEngine engine, OutputStream os, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) Execute the report.ReportEngineTakeOverExecutionHook.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) Return an empty CompiledReport object to specify mime type and extension.booleanReportEngineTakeOverExecutionHook.supportsStreaming(ReportEngine reportEngine, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) booleanReportEngineTakeOverExecutionHook.takesOver(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) return true in order to bypass the report engine and perform manual execution of the report -
Uses of ReportEngine in net.datenwerke.rs.core.service.reportmanager.engine.hooks.adapter
Methods in net.datenwerke.rs.core.service.reportmanager.engine.hooks.adapter with parameters of type ReportEngineModifier and TypeMethodDescriptionReportEngineTakeOverExecutionHookAdapter.executeReport(ReportEngine engine, OutputStream os, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) ReportEngineTakeOverExecutionHookAdapter.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) booleanReportEngineTakeOverExecutionHookAdapter.supportsStreaming(ReportEngine reportEngine, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) booleanReportEngineTakeOverExecutionHookAdapter.takesOver(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) -
Uses of ReportEngine in net.datenwerke.rs.core.service.reportmanager.hooks
Methods in net.datenwerke.rs.core.service.reportmanager.hooks that return types with arguments of type ReportEngineModifier and TypeMethodDescriptionCollection<? extends Class<? extends ReportEngine>> ReportEngineProviderHook.getReportEngines() -
Uses of ReportEngine in net.datenwerke.rs.crystal.service.crystal.reportengine
Subclasses of ReportEngine in net.datenwerke.rs.crystal.service.crystal.reportengine -
Uses of ReportEngine in net.datenwerke.rs.crystal.service.crystal.reportengine.hookers
Methods in net.datenwerke.rs.crystal.service.crystal.reportengine.hookers that return types with arguments of type ReportEngineModifier and TypeMethodDescriptionCollection<? extends Class<? extends ReportEngine>> CrystalReportEngineProviderHooker.getReportEngines() -
Uses of ReportEngine in net.datenwerke.rs.grideditor.service.grideditor.hookers
Methods in net.datenwerke.rs.grideditor.service.grideditor.hookers that return types with arguments of type ReportEngineModifier and TypeMethodDescriptionCollection<? extends Class<? extends ReportEngine>> GridEditorReportEngineProviderHooker.getReportEngines() -
Uses of ReportEngine in net.datenwerke.rs.grideditor.service.grideditor.reportengine
Subclasses of ReportEngine in net.datenwerke.rs.grideditor.service.grideditor.reportengine -
Uses of ReportEngine in net.datenwerke.rs.incubator.service.jaspertotable.hookers
Methods in net.datenwerke.rs.incubator.service.jaspertotable.hookers with parameters of type ReportEngineModifier and TypeMethodDescriptionJasperTableExecutorHook.executeReport(ReportEngine engine, OutputStream os, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) JasperTableExecutorHook.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) booleanJasperTableExecutorHook.supportsStreaming(ReportEngine reportEngine, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) booleanJasperTableExecutorHook.takesOver(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) -
Uses of ReportEngine in net.datenwerke.rs.jxlsreport.service.jxlsreport.hookers
Methods in net.datenwerke.rs.jxlsreport.service.jxlsreport.hookers that return types with arguments of type ReportEngineModifier and TypeMethodDescriptionCollection<? extends Class<? extends ReportEngine>> JxlsReportEngineProviderHooker.getReportEngines() -
Uses of ReportEngine in net.datenwerke.rs.jxlsreport.service.jxlsreport.reportengine
Subclasses of ReportEngine in net.datenwerke.rs.jxlsreport.service.jxlsreport.reportengine -
Uses of ReportEngine in net.datenwerke.rs.saiku.service.saiku.reportengine
Subclasses of ReportEngine in net.datenwerke.rs.saiku.service.saiku.reportengine -
Uses of ReportEngine in net.datenwerke.rs.saiku.service.saiku.reportengine.hookers
Methods in net.datenwerke.rs.saiku.service.saiku.reportengine.hookers that return types with arguments of type ReportEngineModifier and TypeMethodDescriptionCollection<? extends Class<? extends ReportEngine>> SaikuReportEngineProviderHooker.getReportEngines() -
Uses of ReportEngine in net.datenwerke.rs.saikupivot.service.hooker
Methods in net.datenwerke.rs.saikupivot.service.hooker with parameters of type ReportEngineModifier and TypeMethodDescriptionExportTableCubeReport.executeReport(ReportEngine engine, OutputStream os, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) ExportTableCubeReport.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) booleanExportTableCubeReport.supportsStreaming(ReportEngine reportEngine, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) booleanExportTableCubeReport.takesOver(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) -
Uses of ReportEngine in net.datenwerke.rs.scriptreport.service.scriptreport
Subclasses of ReportEngine in net.datenwerke.rs.scriptreport.service.scriptreport -
Uses of ReportEngine in net.datenwerke.rs.scriptreport.service.scriptreport.hookers
Methods in net.datenwerke.rs.scriptreport.service.scriptreport.hookers that return types with arguments of type ReportEngineModifier and TypeMethodDescriptionCollection<? extends Class<? extends ReportEngine>> ScriptReportEngineProviderHooker.getReportEngines() -
Uses of ReportEngine in net.datenwerke.rs.tabletemplate.service.engines.jxls.hookers
Methods in net.datenwerke.rs.tabletemplate.service.engines.jxls.hookers with parameters of type ReportEngineModifier and TypeMethodDescriptionJxlsTemplateProviderHooker.executeReport(OutputStream os, ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) JxlsTemplateProviderHooker.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) -
Uses of ReportEngine in net.datenwerke.rs.tabletemplate.service.engines.velocity.hookers
Methods in net.datenwerke.rs.tabletemplate.service.engines.velocity.hookers with parameters of type ReportEngineModifier and TypeMethodDescriptionVelocityTemplateProviderHooker.executeReport(OutputStream os, ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) VelocityTemplateProviderHooker.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) -
Uses of ReportEngine in net.datenwerke.rs.tabletemplate.service.engines.xdoc.hookers
Methods in net.datenwerke.rs.tabletemplate.service.engines.xdoc.hookers with parameters of type ReportEngineModifier and TypeMethodDescriptionXdocTemplateProviderHooker.executeReport(OutputStream os, ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) XdocTemplateProviderHooker.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) -
Uses of ReportEngine in net.datenwerke.rs.tabletemplate.service.engines.xsl.hookers
Methods in net.datenwerke.rs.tabletemplate.service.engines.xsl.hookers with parameters of type ReportEngineModifier and TypeMethodDescriptionXslTemplateProviderHooker.executeReport(OutputStream os, ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) XslTemplateProviderHooker.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) -
Uses of ReportEngine in net.datenwerke.rs.tabletemplate.service.tabletemplate.hookers
Methods in net.datenwerke.rs.tabletemplate.service.tabletemplate.hookers with parameters of type ReportEngineModifier and TypeMethodDescriptionTableReportEngineEnhancerHooker.executeReport(ReportEngine engine, OutputStream os, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) TableReportEngineEnhancerHooker.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) booleanTableReportEngineEnhancerHooker.supportsStreaming(ReportEngine reportEngine, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) booleanTableReportEngineEnhancerHooker.takesOver(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) -
Uses of ReportEngine in net.datenwerke.rs.tabletemplate.service.tabletemplate.hooks
Methods in net.datenwerke.rs.tabletemplate.service.tabletemplate.hooks with parameters of type ReportEngineModifier and TypeMethodDescriptionTableTemplateProviderHook.executeReport(OutputStream os, ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) TableTemplateProviderHook.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template)