public class ReportHelper extends Object
Constructor and Description |
---|
ReportHelper() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.birt.report.engine.api.IReportRunnable |
getNuxeoReport(InputStream stream) |
static org.eclipse.birt.report.engine.api.IReportRunnable |
getNuxeoReport(InputStream stream,
String repositoryName) |
static org.eclipse.birt.report.engine.api.IReportRunnable |
getReport(InputStream stream) |
static org.eclipse.birt.report.engine.api.IReportRunnable |
getReport(String reportPath) |
static Map<String,String> |
getReportMetaData(InputStream stream) |
static List<org.eclipse.birt.report.engine.api.IParameterDefn> |
getReportParameter(org.eclipse.birt.report.engine.api.IReportRunnable report) |
public static org.eclipse.birt.report.engine.api.IReportRunnable getReport(String reportPath) throws org.eclipse.birt.report.engine.api.EngineException
org.eclipse.birt.report.engine.api.EngineException
public static org.eclipse.birt.report.engine.api.IReportRunnable getReport(InputStream stream) throws org.eclipse.birt.report.engine.api.EngineException
org.eclipse.birt.report.engine.api.EngineException
public static org.eclipse.birt.report.engine.api.IReportRunnable getNuxeoReport(InputStream stream) throws Exception
Exception
public static Map<String,String> getReportMetaData(InputStream stream) throws Exception
Exception
public static org.eclipse.birt.report.engine.api.IReportRunnable getNuxeoReport(InputStream stream, String repositoryName) throws Exception
Exception
public static List<org.eclipse.birt.report.engine.api.IParameterDefn> getReportParameter(org.eclipse.birt.report.engine.api.IReportRunnable report) throws org.eclipse.birt.report.engine.api.EngineException
org.eclipse.birt.report.engine.api.EngineException
Copyright © 2013 Nuxeo SA. All Rights Reserved.