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

Packages that use DesignFileException
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 DesignFileException in org.eclipse.birt.report.model.api
 

Methods in org.eclipse.birt.report.model.api that throw DesignFileException
 ModuleHandle SessionHandle.openModule(java.lang.String fileName, java.io.InputStream is)
          Opens a module regardless of the module type(library or report design).
 ModuleHandle SessionHandle.openModule(java.lang.String fileName)
          Opens a module regardless of the module type(library or report design).
 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.net.URL systemId, java.io.InputStream is)
          Opens a design given a stream to the design and the the file name of the design.
 LibraryHandle SessionHandle.openLibrary(java.lang.String fileName)
          Opens a library with the given the file name.
 LibraryHandle SessionHandle.openLibrary(java.net.URL systemId, java.io.InputStream is)
          Opens a library with the given the file name.
static ActionHandle ModuleUtil.deserializeAction(java.io.InputStream streamData)
          Deserialize an input stream into an Action.
static ActionHandle ModuleUtil.deserializeAction(java.lang.String strData)
          Deserialize a string into an ActionHandle, notice that the handle is faked, the action is not in the design tree, the operation to the handle is not able to be undoned.
 void ModuleHandle.includeLibrary(java.lang.String libraryFileName, java.lang.String namespace)
          Includes one library with the given library file name.
static ReportDesignHandle DesignEngine.openDesign(java.lang.String fileName)
          Deprecated.  
static ReportDesignHandle DesignEngine.openDesign(java.lang.String fileName, java.io.InputStream is)
          Deprecated.  
 

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

Methods in org.eclipse.birt.report.model.api.util that throw DesignFileException
static void ElementExportUtil.exportElement(DesignElementHandle elementToExport, java.lang.String libraryFileName, boolean canOverride)
          Exports the given element into one library file.
static void ElementExportUtil.exportElements(java.util.List elementsToExport, java.lang.String libraryFileName, boolean canOverride)
          Exports the given element list into one library file.
static void ElementExportUtil.exportStructure(StructureHandle structToExport, java.lang.String libraryFileName, boolean canOverride)
          Exports the given structure into one library.
static void ElementExportUtil.exportStructures(java.util.List structsToExport, java.lang.String libraryFileName, boolean canOverride)
          Exports the given structure into one 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.
 



Copyright © 2005 Actuate Corp. All rights reserved.