public interface BaseReport
| Modifier and Type | Method and Description |
|---|---|
InputStream |
executeReport(long rpId,
Map<String,String> params,
String format) |
InputStream |
executeReport(long rpId,
Map<String,String> params,
String format,
String uuid) |
String |
generateDownloadReportToken(long rpId) |
Report |
getReport(long rpId) |
List<Report> |
getReports(boolean active) |
Document |
saveReport(long rpId,
Map<String,String> params,
String format,
String dstId,
String docName) |
Document |
saveReport(long rpId,
Map<String,String> params,
String format,
String dstId,
String docName,
String uuid) |
List<Report> getReports(boolean active) throws DatabaseException, AccessDeniedException, ParseException, UnknownException, WebserviceException
Report getReport(long rpId) throws DatabaseException, AccessDeniedException, ParseException, UnknownException, WebserviceException
String generateDownloadReportToken(long rpId) throws AccessDeniedException, DatabaseException, UnknownException, WebserviceException
InputStream executeReport(long rpId, Map<String,String> params, String format) throws DatabaseException, AccessDeniedException, ParseException, JRException, EvalError, UnknownException, WebserviceException
InputStream executeReport(long rpId, Map<String,String> params, String format, String uuid) throws DatabaseException, AccessDeniedException, ParseException, JRException, EvalError, UnknownException, WebserviceException
Document saveReport(long rpId, Map<String,String> params, String format, String dstId, String docName) throws DatabaseException, AccessDeniedException, ParseException, JRException, EvalError, UnknownException, WebserviceException
Document saveReport(long rpId, Map<String,String> params, String format, String dstId, String docName, String uuid) throws DatabaseException, AccessDeniedException, ParseException, JRException, EvalError, UnknownException, WebserviceException
Copyright © 2021 Open Knowledge Management System S.L.. All Rights Reserved.