public interface BaseReport
| Modifier and Type | Method and Description |
|---|---|
InputStream |
executeReport(long rpId,
Map<String,String> params,
String format)
Execute report input stream.
|
InputStream |
executeReport(long rpId,
Map<String,String> params,
String format,
String uuid)
Execute report input stream.
|
String |
generateDownloadReportToken(long rpId)
Generate download report token string.
|
Report |
getReport(long rpId)
Gets report.
|
List<Report> |
getReports(boolean active)
Gets reports.
|
Document |
saveReport(long rpId,
Map<String,String> params,
String format,
String dstId,
String docName)
Save report document.
|
Document |
saveReport(long rpId,
Map<String,String> params,
String format,
String dstId,
String docName,
String uuid)
Save report document.
|
List<Report> getReports(boolean active) throws DatabaseException, AccessDeniedException, ParseException, UnknownException, WebserviceException
active - the activeDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionParseException - the parse exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionReport getReport(long rpId) throws DatabaseException, AccessDeniedException, ParseException, UnknownException, WebserviceException
rpId - the rp idDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionParseException - the parse exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionString generateDownloadReportToken(long rpId) throws AccessDeniedException, DatabaseException, UnknownException, WebserviceException
rpId - the rp idAccessDeniedException - the access denied exceptionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionInputStream executeReport(long rpId, Map<String,String> params, String format) throws DatabaseException, AccessDeniedException, ParseException, JRException, EvalError, UnknownException, WebserviceException
rpId - the rp idparams - the paramsformat - the formatDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionParseException - the parse exceptionJRException - the jr exceptionEvalError - the eval errorUnknownException - the unknown exceptionWebserviceException - the webservice exceptionInputStream executeReport(long rpId, Map<String,String> params, String format, String uuid) throws DatabaseException, AccessDeniedException, ParseException, JRException, EvalError, UnknownException, WebserviceException
rpId - the rp idparams - the paramsformat - the formatuuid - the uuidDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionParseException - the parse exceptionJRException - the jr exceptionEvalError - the eval errorUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocument saveReport(long rpId, Map<String,String> params, String format, String dstId, String docName) throws DatabaseException, AccessDeniedException, ParseException, JRException, EvalError, UnknownException, WebserviceException
rpId - the rp idparams - the paramsformat - the formatdstId - the dst iddocName - the doc nameDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionParseException - the parse exceptionJRException - the jr exceptionEvalError - the eval errorUnknownException - the unknown exceptionWebserviceException - the webservice exceptionDocument saveReport(long rpId, Map<String,String> params, String format, String dstId, String docName, String uuid) throws DatabaseException, AccessDeniedException, ParseException, JRException, EvalError, UnknownException, WebserviceException
rpId - the rp idparams - the paramsformat - the formatdstId - the dst iddocName - the doc nameuuid - the uuidDatabaseException - the database exceptionAccessDeniedException - the access denied exceptionParseException - the parse exceptionJRException - the jr exceptionEvalError - the eval errorUnknownException - the unknown exceptionWebserviceException - the webservice exceptionCopyright © 2023 Open Knowledge Management System S.L.. All Rights Reserved.