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

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

Methods in org.eclipse.birt.report.model.api that return LibraryHandle
 LibraryHandle SessionHandle.createLibrary()
          Creates a new empty library.
 LibraryHandle SessionHandle.createLibraryFromTemplate(java.lang.String templateLibraryName)
          Creates a new library based on a template file.
 LibraryHandle ModuleHandle.findLibrary(java.lang.String fileName)
          Returns the library handle with the given file name.
 LibraryHandle ModuleHandle.getLibrary(java.lang.String namespace)
          Returns the library handle with the given namespace.
 LibraryHandle SessionHandle.openLibrary(java.lang.String fileName)
          Opens a library with the given the file name.
 LibraryHandle SessionHandle.openLibrary(java.lang.String fileName, java.io.InputStream is)
          Opens a library 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)
          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.
 

Methods in org.eclipse.birt.report.model.api with parameters of type LibraryHandle
 void ModuleHandle.dropLibrary(LibraryHandle library)
          Drops the given library from the included libraries of this design file.
 void ModuleHandle.dropLibraryAndBreakExtends(LibraryHandle library)
          Drops the given library from the design and break all the parent/child relationships.
 boolean ModuleHandle.isInclude(LibraryHandle library)
          Checks whether there is an included library in this module, which has the same absolute path as that of the given library.
 void ModuleHandle.reloadLibrary(LibraryHandle libraryToReload)
          Reloads the library with the given library file path.
 void ModuleHandle.shiftLibrary(LibraryHandle library, int toPosn)
          Shifts the library to new position.
protected  void DesignVisitor.visitLibrary(LibraryHandle obj)
          Visits the library element.
 

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

Methods in org.eclipse.birt.report.model.api.util with parameters of type LibraryHandle
static boolean ElementExportUtil.canExport(DesignElementHandle elementToExport, LibraryHandle targetLibraryHandle, boolean canOverride)
          Checks whether the given element can be exported into one library.
static boolean ElementExportUtil.canExport(StructureHandle structToExport, LibraryHandle targetLibraryHandle, boolean canOverride)
          Checks whether the given structure can be exported into one library.
static void ElementExportUtil.exportDesign(ReportDesignHandle designToExport, LibraryHandle targetLibraryHandle, boolean canOverride, boolean genDefaultName)
          Exports one design to library.
static void ElementExportUtil.exportElement(DesignElementHandle elementToExport, LibraryHandle targetLibraryHandle, boolean canOverride)
          Exports the given element into one library.
static void ElementExportUtil.exportStructure(StructureHandle structToExport, LibraryHandle targetLibraryHandle, boolean canOverride)
          Exports the given structure into one library.
 



Copyright © 2008 Actuate Corp. All rights reserved.