Class BirtReportEngine
java.lang.Object
net.datenwerke.rs.core.service.reportmanager.engine.ReportEngine<Connection,BirtOutputGenerator,BirtMetadataExporter>
net.datenwerke.rs.birt.service.reportengine.BirtReportEngine
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public class BirtReportEngine
extends ReportEngine<Connection,BirtOutputGenerator,BirtMetadataExporter>
-
Constructor Summary
ConstructorsConstructorDescriptionBirtReportEngine(BirtReportService birtReportService, BirtOutputGeneratorManager outputGeneratorManager, BirtMetadataExporterManager metadataExporterManager, BirtEngineEnvironmentFactory birtEngineEnvironmentFactory, DatasourceTransformationService datasourceTransformationService) -
Method Summary
Methods inherited from class net.datenwerke.rs.core.service.reportmanager.engine.ReportEngine
execute, executeDry, exportMetadata, getConfig, getSupportedMetadataFormats, getSupportedOutputFormats, hasCatchAllOutputGen, hasConfig, isExecutable, setEventBus, setHookHandler, supportsStreaming
-
Constructor Details
-
BirtReportEngine
public BirtReportEngine(BirtReportService birtReportService, BirtOutputGeneratorManager outputGeneratorManager, BirtMetadataExporterManager metadataExporterManager, BirtEngineEnvironmentFactory birtEngineEnvironmentFactory, DatasourceTransformationService datasourceTransformationService)
-
-
Method Details
-
consumes
Description copied from class:ReportEngineDefines the possible output formats- Specified by:
consumesin classReportEngine<Connection,BirtOutputGenerator, BirtMetadataExporter>
-