Uses of Interface
org.eclipse.birt.report.engine.api.IReportRunnable
Packages that use IReportRunnable
Package
Description
This is an application-writer's interface for using the BIRT report engine.
Defines the interfaces of report emitters, and also provides serval general
classes for emitters to output XML document, process hyperline, etc.
-
Uses of IReportRunnable in org.eclipse.birt.report.engine.api
Methods in org.eclipse.birt.report.engine.api that return IReportRunnableModifier and TypeMethodDescriptionIReportDocument.getDocumentRunnable()
The report runnable is used to create the report document while writing.IReportDocument.getPreparedRunnable()
The report runnable is used to create the report document while writing.IEngineTask.getReportRunnable()
returns the runnable report design objectIReportDocument.getReportRunnable()
The report runnable is used to create the report document while writing.IReportPart.getReportRunnable()
returns the runnable report designIReportEngine.openReportDesign
(InputStream designStream) Opens a report design stream and creates a report design runnable.IReportEngine.openReportDesign
(String designName) Opens a report design file and creates a report design runnable.IReportEngine.openReportDesign
(String name, InputStream designStream) Opens a report design stream and creates a report design runnable.IReportEngine.openReportDesign
(String name, InputStream designStream, Map options) Open the report design and return the runnable.IReportEngine.openReportDesign
(String name, InputStream designStream, org.eclipse.birt.report.model.api.IResourceLocator locator) Opens a report design stream and creates a report design runnable.IReportEngine.openReportDesign
(String designName, org.eclipse.birt.report.model.api.IResourceLocator locator) Opens a report design file and creates a report design runnable.IReportEngine.openReportDesign
(org.eclipse.birt.report.model.api.ReportDesignHandle designHandle) Opens a report designHandle and creates a report design runnable.ReportEngine.openReportDesign
(InputStream designStream) opens a report design stream and creates a report design runnable.ReportEngine.openReportDesign
(String designName) opens a report design file and creates a report design runnable.ReportEngine.openReportDesign
(String name, InputStream designStream) opens a report design stream and creates a report design runnable.ReportEngine.openReportDesign
(String name, InputStream designStream, Map options) open the report design and return the runnableReportEngine.openReportDesign
(String name, InputStream designStream, org.eclipse.birt.report.model.api.IResourceLocator locator) opens a report design stream and creates a report design runnable.ReportEngine.openReportDesign
(String designName, org.eclipse.birt.report.model.api.IResourceLocator locator) opens a report design file and creates a report design runnable.ReportEngine.openReportDesign
(org.eclipse.birt.report.model.api.ReportDesignHandle designHandle) opens a report designHandle and creates a report design runnable.Methods in org.eclipse.birt.report.engine.api with parameters of type IReportRunnableModifier and TypeMethodDescriptionstatic void
DocumentUtil.copy
(org.eclipse.birt.core.archive.compound.IArchiveFile source, org.eclipse.birt.core.archive.compound.IArchiveFile target, IReportRunnable runnable) static void
DocumentUtil.copy
(org.eclipse.birt.core.archive.compound.IArchiveFile source, org.eclipse.birt.core.archive.compound.IArchiveFile target, IReportRunnable runnable, Map<String, String> transformations) IReportEngine.createGetParameterDefinitionTask
(IReportRunnable reportRunnable) Creates an engine task for obtaining report parameter definitions.ReportEngine.createGetParameterDefinitionTask
(IReportRunnable reportRunnable) creates an engine task for obtaining report parameter definitionsIReportEngine.createRenderTask
(IReportDocument reportDocument, IReportRunnable reportRunnable) Create a task that renders the report to a specific output format.ReportEngine.createRenderTask
(IReportDocument reportDocument, IReportRunnable reportRunnable) create a task that renders the report to a specific output format.IReportEngine.createRunAndRenderTask
(IReportRunnable reportRunnable) Creates an engine task for running and rendering report directly to output format.ReportEngine.createRunAndRenderTask
(IReportRunnable reportRunnable) creates an engine task for running and rendering report directly to output formatIReportEngine.createRunTask
(IReportRunnable reportRunnable) Creates a task to run a report to generate a report document.ReportEngine.createRunTask
(IReportRunnable reportRunnable) creates a task to run a report to generate a report documentvoid
IDocumentWriter.setRunnable
(IReportRunnable runnable) set a report runnable which can be used to update a report document -
Uses of IReportRunnable in org.eclipse.birt.report.engine.emitter
Methods in org.eclipse.birt.report.engine.emitter that return IReportRunnable