Uses of Interface
org.eclipse.birt.report.engine.api.IEngineTask

Packages that use IEngineTask
org.eclipse.birt.report.engine.api This is an application-writer's interface for using the BIRT report engine. 
org.eclipse.birt.report.engine.emitter Defines the interfaces of report emitters, and also provides serval general classes for emitters to output XML document, process hyperline, etc. 
 

Uses of IEngineTask in org.eclipse.birt.report.engine.api
 

Subinterfaces of IEngineTask in org.eclipse.birt.report.engine.api
 interface IDataExtractionTask
          an engine task that extracts data from a report.
 interface IDataPreviewTask
           
 interface IGetParameterDefinitionTask
          an engine task that retrieves parameter definitions from a report.
 interface IRenderTask
          An engine task that renders a Report Document to one of the output formats supported by the engine.
 interface IRunAndRenderTask
          an engine task that runs a report and renders it to one of the output formats supported by the engine.
 interface IRunTask
          An engine task that runs a report and generates a report document.
 

Uses of IEngineTask in org.eclipse.birt.report.engine.emitter
 

Methods in org.eclipse.birt.report.engine.emitter that return IEngineTask
 IEngineTask IEmitterServices.getTask()
           
 



Copyright © 2005 Actuate Corp. All rights reserved.