Interface IEmitterServices
public interface IEmitterServices
Defines interface to supply emitters with necessary information
-
Method Summary
Modifier and TypeMethodDescriptionTODO: review, return IEmitterConfig, by format.Deprecated.the user should use getReportContext().getRenderContext() to get the render options.org.eclipse.birt.report.engine.api.script.IReportContext
-
Method Details
-
getEmitterConfig
HashMap getEmitterConfig()TODO: review, return IEmitterConfig, by format.- Returns:
- emitter configuration of engine
-
getRenderOption
IRenderOption getRenderOption()- Returns:
- render options
-
getReportName
String getReportName()- Returns:
- the current report name
-
getRenderContext
Deprecated.the user should use getReportContext().getRenderContext() to get the render options.- Returns:
- render context
-
getReportRunnable
IReportRunnable getReportRunnable()- Returns:
- the report runnable
-
getOption
- Parameters:
name
- option name- Returns:
- option value
-
getReportContext
org.eclipse.birt.report.engine.api.script.IReportContext getReportContext() -
getReportEngine
IReportEngine getReportEngine()
-