Uses of Class
org.eclipse.birt.report.model.api.ReportDesignHandle

Packages that use ReportDesignHandle
org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.") 
org.eclipse.birt.report.model.api.util Utility classes. 
 

Uses of ReportDesignHandle in org.eclipse.birt.report.model.api
 

Methods in org.eclipse.birt.report.model.api that return ReportDesignHandle
 ReportDesignHandle SessionHandle.createDesign()
          Creates a new empty design.
 ReportDesignHandle SessionHandle.createDesign(java.lang.String fileName)
          Creates a new design based on a file name.
 ReportDesignHandle SessionHandle.createDesign(java.lang.String fileName, ModuleOption options)
          Creates a new design based on the file name and the module options.
 ReportDesignHandle SessionHandle.createDesignFromTemplate(java.lang.String templateDesignName)
          Creates a new design based on a template file.
 ReportDesignHandle DesignElementHandle.getDesignHandle()
          Deprecated. replaced by getModuleHandle()
 ReportDesignHandle SessionHandle.openDesign(java.lang.String fileName)
          Opens a design with the given the file name.
 ReportDesignHandle SessionHandle.openDesign(java.lang.String fileName, java.io.InputStream is)
          Opens a design given a stream to the design and the the file name of the design.
 ReportDesignHandle SessionHandle.openDesign(java.lang.String fileName, java.io.InputStream is, ModuleOption options)
          Opens a design given a stream to the design and the the file name of the design.
 ReportDesignHandle SessionHandle.openDesign(java.lang.String fileName, ModuleOption options)
          Opens a design with the given the file name.
 ReportDesignHandle SessionHandle.openDesign(java.net.URL systemId, java.io.InputStream is)
          Opens a design given a stream to the design and the the file name of the design.
 ReportDesignHandle SessionHandle.openDesign(java.net.URL systemId, java.io.InputStream is, ModuleOption options)
          Opens a design given a stream to the design and the the file name of the design.
 

Methods in org.eclipse.birt.report.model.api with parameters of type ReportDesignHandle
protected  void DesignVisitor.visitReportDesign(ReportDesignHandle obj)
          Visits the report design element.
 

Uses of ReportDesignHandle in org.eclipse.birt.report.model.api.util
 

Methods in org.eclipse.birt.report.model.api.util that return ReportDesignHandle
static ReportDesignHandle DocumentUtil.serialize(ReportDesignHandle designHandle, java.io.OutputStream out)
          Writes the report design to the given output stream.
 

Methods in org.eclipse.birt.report.model.api.util with parameters of type ReportDesignHandle
static void ElementExportUtil.exportDesign(ReportDesignHandle designToExport, LibraryHandle targetLibraryHandle, boolean canOverride, boolean genDefaultName)
          Exports one design to library.
static void ElementExportUtil.exportDesign(ReportDesignHandle designToExport, java.lang.String libraryFileName, boolean canOverride, boolean genDefaultName)
          Export the report design to a library file specified by the file name.
static ReportDesignHandle DocumentUtil.serialize(ReportDesignHandle designHandle, java.io.OutputStream out)
          Writes the report design to the given output stream.
 



Copyright © 2008 Actuate Corp. All rights reserved.