Deprecated API

Deprecated Classes
org.eclipse.birt.report.engine.api.HTMLEmitterConfig
          since 2.2, use HTMLRenderOption or RenderOption directly 
org.eclipse.birt.report.engine.api.HTMLRenderContext
          set the property to RenderOption directly. 
org.eclipse.birt.report.engine.api.PDFRenderContext
          set the option to RenderOption directly. 
org.eclipse.birt.report.engine.api.RenderOptionBase
          use RenderOption instead 
 

Deprecated Fields
org.eclipse.birt.report.engine.api.EngineConstants.APPCONTEXT_CHART_PRINT_RESOLUTION
          use APPCONTEXT_CHART_RESOLUTION instead of APPCONTEXT_CHART_PRINT_RESOLUTION 
org.eclipse.birt.report.engine.api.IHTMLRenderOption.HTML_INCLUDE_SELECTION_HANDLE
          use METADATA 
org.eclipse.birt.report.engine.content.IImageContent.IMAGE_URI
          replaced by IMAGE_URL 
 

Deprecated Methods
org.eclipse.birt.report.engine.api.EngineConfig.addScriptableJavaObject(String, Object)
          the user need add the object to the appContext directly. 
org.eclipse.birt.report.engine.api.IEngineTask.addScriptableJavaObject(String, Object)
          user should add it to appContext. 
org.eclipse.birt.report.engine.api.IScalarParameterDefn.allowBlank()
            
org.eclipse.birt.report.engine.api.IScalarParameterDefn.allowNull()
            
org.eclipse.birt.report.engine.api.IEngineTask.cancel(Object)
          user should use cancel() instead. 
org.eclipse.birt.report.engine.api.IGetParameterDefinitionTask.evaluateDefaults()
          use getDefaultParameterValues() directly. 
org.eclipse.birt.report.engine.api.IRenderOption.getActionHandle()
            
org.eclipse.birt.report.engine.api.RenderOption.getActionHandle()
            
org.eclipse.birt.report.engine.api.EngineConfig.getConfigMap()
          use getProperties() instead. 
org.eclipse.birt.report.engine.content.IPageContent.getContentComputedStyle()
          use getPageBody().getComputedStyle() 
org.eclipse.birt.report.engine.content.IPageContent.getContentStyle()
          use getPageBody().getStyle() 
org.eclipse.birt.report.engine.api.IRenderOption.getImageHandle()
            
org.eclipse.birt.report.engine.api.RenderOption.getImageHandle()
            
org.eclipse.birt.report.engine.api.HTMLRenderOption.getIncludeSelectionHandle()
          includeSelectionHandle is replaced by eanableMetadata flag. 
org.eclipse.birt.report.engine.api.IHTMLRenderOption.getIncludeSelectionHandle()
          includeSelectionHandle is replaced by eanableMetadata flag. 
org.eclipse.birt.report.engine.api.IDataExtractionTask.getMetaData()
            
org.eclipse.birt.report.engine.api.IRenderOption.getOutputSetting()
          use getOptions instead 
org.eclipse.birt.report.engine.api.RenderOption.getOutputSetting()
          user should always use the get/set to change the setting. 
org.eclipse.birt.report.engine.api.IGetParameterDefinitionTask.getParameter(String)
            
org.eclipse.birt.report.engine.api.IGetParameterDefinitionTask.getParameters()
            
org.eclipse.birt.report.engine.emitter.IEmitterServices.getRenderContext()
          the user should use getReportContext().getRenderContext() to get the render options. 
org.eclipse.birt.report.engine.extension.IReportItemQuery.getReportQueries(IBaseQueryDefinition)
          since 2.2 
org.eclipse.birt.report.engine.api.EngineConfig.getScriptObjects()
          use getAppContext() instead. 
org.eclipse.birt.report.engine.api.IScalarParameterDefn.getSelectionList()
            
org.eclipse.birt.report.engine.api.EngineConfig.getServletContext()
          use getPlatformContext instead 
org.eclipse.birt.report.engine.content.IReportContent.getTOC()
          This method shoule be substituted by:
     getTOCTree( format, locale ).getTOCTree( );
 
org.eclipse.birt.report.engine.api.IHTMLImageHandler.onCustomImage(IImage, Object)
            
org.eclipse.birt.report.engine.api.IHTMLImageHandler.onDesignImage(IImage, Object)
            
org.eclipse.birt.report.engine.api.IHTMLImageHandler.onDocImage(IImage, Object)
            
org.eclipse.birt.report.engine.api.IHTMLImageHandler.onFileImage(IImage, Object)
            
org.eclipse.birt.report.engine.api.IHTMLImageHandler.onURLImage(IImage, Object)
            
org.eclipse.birt.report.engine.api.IRenderTask.render(InstanceID)
          A page which contains the instance can be rendered like this:
    setInstanceID( instanceID );
    render( );
 
org.eclipse.birt.report.engine.api.IRenderTask.render(long)
          A page with speicfic page number can be rendered like this:
    setPageNumber( pageNumber );
    render( );
 
org.eclipse.birt.report.engine.api.IRenderTask.render(String)
          A range of pages can be rendered like this:
    setPageRange( pageRange );
    render( );
 
org.eclipse.birt.report.engine.api.IRunTask.run(FolderArchive)
            
org.eclipse.birt.report.engine.api.IRenderOption.setActionHandle(IHTMLActionHandler)
            
org.eclipse.birt.report.engine.api.RenderOption.setActionHandle(IHTMLActionHandler)
            
org.eclipse.birt.report.engine.api.EngineConfig.setConfigurationVariable(String, String)
          use setProperty() instead. 
org.eclipse.birt.report.engine.content.IHyperlinkAction.setDrillThrough(String, boolean, String, Map, Map, String, String)
            
org.eclipse.birt.report.engine.api.EngineConfig.setEngineContext(IPlatformContext)
          use setPlatformContext instead. 
org.eclipse.birt.report.engine.api.IRenderOption.setImageHandle(IHTMLImageHandler)
            
org.eclipse.birt.report.engine.api.RenderOption.setImageHandle(IHTMLImageHandler)
            
org.eclipse.birt.report.engine.api.HTMLRenderOption.setIncludeSelectionHandle(boolean)
          includeSelectionHandle is replaced by eanableMetadata flag. 
org.eclipse.birt.report.engine.api.IHTMLRenderOption.setIncludeSelectionHandle(boolean)
          includeSelectionHandle is replaced by eanableMetadata flag. 
org.eclipse.birt.report.engine.api.IReportEngine.shutdown()
            
org.eclipse.birt.report.engine.api.ReportEngine.shutdown()
            
 



Copyright © 2005 Actuate Corp. All rights reserved.