Methods in org.eclipse.birt.report.model.api with parameters of type SessionHandle |
static boolean |
ModuleUtil.isValidDesign(SessionHandle sessionHandle,
java.lang.String fileName,
java.io.InputStream is)
Justifies whether a given input stream is a valid report design. |
static boolean |
ModuleUtil.isValidLibrary(SessionHandle sessionHandle,
java.lang.String fileName,
java.io.InputStream is)
Justifies whether a library resource with the given file name is a valid
library. |
static int |
ModuleUtil.checkModule(SessionHandle sessionHandle,
java.lang.String fileName,
java.io.InputStream is)
Checks the input stream with given file name. |