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

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

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

Methods in org.eclipse.birt.report.model.api with parameters of type ModuleOption
 ReportDesignHandle SessionHandle.createDesign(java.lang.String fileName, ModuleOption options)
          Creates a new design based on the file name and the module options.
 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, ModuleOption options)
          Opens a design given a stream to the design and the the file name of the design.
 LibraryHandle SessionHandle.openLibrary(java.lang.String fileName, java.io.InputStream is, ModuleOption options)
          Opens a library given a stream to the design and the the file name of the design.
 LibraryHandle SessionHandle.openLibrary(java.lang.String fileName, ModuleOption options)
          Opens a library with the given the file name.
 LibraryHandle SessionHandle.openLibrary(java.net.URL systemId, java.io.InputStream is, ModuleOption options)
          Opens a library with the given the file name.
 ModuleHandle SessionHandle.openModule(java.lang.String fileName, java.io.InputStream is, ModuleOption options)
          Opens a module regardless of the module type(library or report design).
 ModuleHandle SessionHandle.openModule(java.lang.String fileName, ModuleOption options)
          Opens a module regardless of the module type(library or report design).
 



Copyright © 2008 Actuate Corp. All rights reserved.