Uses of Class
org.eclipse.birt.report.model.api.SessionHandle
Packages that use SessionHandle
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
-
Uses of SessionHandle in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return SessionHandleModifier and TypeMethodDescriptionstatic SessionHandle
DesignEngine.newSession
(com.ibm.icu.util.ULocale locale) Deprecated.DesignEngine.newSessionHandle
(com.ibm.icu.util.ULocale locale) Creates a new design session handle.IDesignEngine.newSessionHandle
(com.ibm.icu.util.ULocale locale) Creates a new design session handle.Methods in org.eclipse.birt.report.model.api with parameters of type SessionHandleModifier and TypeMethodDescriptionstatic int
ModuleUtil.checkModule
(SessionHandle sessionHandle, String fileName, InputStream is) Checks the input stream with given file name.static boolean
ModuleUtil.isValidDesign
(SessionHandle sessionHandle, String fileName, InputStream is) Justifies whether a given input stream is a valid report design.static boolean
ModuleUtil.isValidLibrary
(SessionHandle sessionHandle, String fileName, InputStream is) Justifies whether a library resource with the given file name is a valid library. -
Uses of SessionHandle in org.eclipse.birt.report.model.api.impl
Methods in org.eclipse.birt.report.model.api.impl that return SessionHandleModifier and TypeMethodDescriptionDesignEngineImpl.newSessionHandle
(com.ibm.icu.util.ULocale locale) Creates a new design session handle.