public class BirtReportModel extends BaseBirtReportAdapter implements ReportModel
ReportModel
adapter interfaceConstructor and Description |
---|
BirtReportModel(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
InputStream |
getReportFileAsStream() |
String |
getReportName() |
List<ReportParameter> |
getReportParameters() |
Map<String,String> |
getStoredParameters() |
void |
parseParametersDefinition() |
void |
updateMetadata() |
getDoc, setParameter, setParameter, setParameter, setParameter
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDoc, setParameter, setParameter
public BirtReportModel(DocumentModel doc)
public String getId()
getId
in interface ReportModel
public String getReportName() throws ClientException
getReportName
in interface ReportModel
ClientException
public InputStream getReportFileAsStream() throws Exception
getReportFileAsStream
in interface ReportModel
Exception
public void parseParametersDefinition() throws Exception
parseParametersDefinition
in interface ReportModel
Exception
public void updateMetadata() throws Exception
updateMetadata
in interface ReportModel
Exception
public List<ReportParameter> getReportParameters() throws Exception
getReportParameters
in interface ReportModel
getReportParameters
in class BaseBirtReportAdapter
Exception
public Map<String,String> getStoredParameters() throws ClientException
getStoredParameters
in interface ReportModel
ClientException
Copyright © 2011 Nuxeo SA. All Rights Reserved.