public interface ReportModel
Modifier and Type | Method and Description |
---|---|
DocumentModel |
getDoc() |
String |
getId() |
InputStream |
getReportFileAsStream() |
String |
getReportName() |
List<ReportParameter> |
getReportParameters() |
Map<String,String> |
getStoredParameters() |
void |
parseParametersDefinition() |
void |
setParameter(ReportParameter param) |
void |
setParameter(String name,
Object value) |
void |
updateMetadata() |
String getId()
InputStream getReportFileAsStream() throws IOException
IOException
List<ReportParameter> getReportParameters() throws IOException
IOException
Map<String,String> getStoredParameters() throws ClientException
ClientException
void setParameter(ReportParameter param) throws IOException
IOException
void setParameter(String name, Object value) throws IOException
IOException
String getReportName() throws ClientException
ClientException
void parseParametersDefinition() throws IOException
IOException
void updateMetadata() throws IOException
IOException
DocumentModel getDoc()
Copyright © 2015 Nuxeo SA. All rights reserved.