|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EngineException | |
org.eclipse.birt.report.engine.api | This is an application-writer's interface for using the BIRT report engine. |
Uses of EngineException in org.eclipse.birt.report.engine.api |
Methods in org.eclipse.birt.report.engine.api that throw EngineException | |
void |
HTMLServerImageHandler.getImage(java.io.OutputStream out,
java.lang.String imageDir,
java.lang.String imageID)
get image |
java.util.List |
IDataExtractionTask.getMetaData()
Deprecated. |
java.util.List |
IDataExtractionTask.getResultSetList()
returns the metadata corresponding to the data stored in the report document, for the specific extraction level, i.e., report, daat set, report item, or report item instance levels. |
IExtractionResults |
IDataExtractionTask.extract()
|
void |
IGetParameterDefinitionTask.evaluateDefaults()
Deprecated. use getDefaultParameterValues() directly. |
void |
IRenderTask.render(long pageNumber)
|
void |
IRenderTask.render(java.lang.String pageRange)
Render the page from startPageNumber to endPageNumber in the Report Doucment to an output format. |
void |
IRunAndRenderTask.run()
runs the task to generate report document or other output format |
void |
IRunTask.run(java.lang.String reportDocName)
runs the task to generate report document |
void |
IRunTask.run(org.eclipse.birt.core.archive.IDocArchiveWriter archive)
|
IReportRunnable |
ReportEngine.openReportDesign(java.lang.String designName)
opens a report design file and creates a report design runnable. |
IReportRunnable |
ReportEngine.openReportDesign(java.io.InputStream designStream)
opens a report design stream and creates a report design runnable. |
IReportRunnable |
ReportEngine.openReportDesign(java.lang.String name,
java.io.InputStream designStream)
|
IReportDocument |
ReportEngine.openReportDocument(java.lang.String fileName)
opens a report document and returns an IReportDocument object, from which further information can be retrieved. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |