public class ReportImpl extends ClientImpl implements BaseReport, Serializable
| Constructor and Description |
|---|
ReportImpl(String host)
ReportImpl
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
executeReport(long rpId,
Map<String,String> params,
String format)
Deprecated.
As of sdk4j 3.14, replaced by
executeReport(long, Map, String, String) |
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)
Deprecated.
As of sdk4j 3.14, replaced by
saveReport(long, Map, String, String, String, String) |
Document |
saveReport(long rpId,
Map<String,String> params,
String format,
String dstId,
String docName,
String uuid) |
void |
setAuthorizationToken(String authorizationToken)
setAuthenticationToken
|
getClient, resource, resourcepublic ReportImpl(String host)
public void setAuthorizationToken(String authorizationToken)
public List<Report> getReports(boolean active) throws DatabaseException, AccessDeniedException, ParseException, UnknownException, WebserviceException
getReports in interface BaseReportDatabaseExceptionAccessDeniedExceptionParseExceptionUnknownExceptionWebserviceExceptionpublic Report getReport(long rpId) throws DatabaseException, AccessDeniedException, ParseException, UnknownException, WebserviceException
getReport in interface BaseReportDatabaseExceptionAccessDeniedExceptionParseExceptionUnknownExceptionWebserviceExceptionpublic String generateDownloadReportToken(long rpId) throws AccessDeniedException, DatabaseException, UnknownException, WebserviceException
generateDownloadReportToken in interface BaseReportAccessDeniedExceptionDatabaseExceptionUnknownExceptionWebserviceException@Deprecated public InputStream executeReport(long rpId, Map<String,String> params, String format) throws DatabaseException, AccessDeniedException, ParseException, JRException, EvalError, UnknownException, WebserviceException
executeReport(long, Map, String, String)executeReport in interface BaseReportDatabaseExceptionAccessDeniedExceptionParseExceptionJRExceptionEvalErrorUnknownExceptionWebserviceExceptionexecuteReport(long, Map, String, String)public InputStream executeReport(long rpId, Map<String,String> params, String format, String uuid) throws DatabaseException, AccessDeniedException, ParseException, JRException, EvalError, UnknownException, WebserviceException
executeReport in interface BaseReportDatabaseExceptionAccessDeniedExceptionParseExceptionJRExceptionEvalErrorUnknownExceptionWebserviceException@Deprecated public Document saveReport(long rpId, Map<String,String> params, String format, String dstId, String docName) throws DatabaseException, AccessDeniedException, ParseException, JRException, EvalError, UnknownException, WebserviceException
saveReport(long, Map, String, String, String, String)saveReport in interface BaseReportDatabaseExceptionAccessDeniedExceptionParseExceptionJRExceptionEvalErrorUnknownExceptionWebserviceExceptionsaveReport(long, Map, String, String, String, String)public Document saveReport(long rpId, Map<String,String> params, String format, String dstId, String docName, String uuid) throws DatabaseException, AccessDeniedException, ParseException, JRException, EvalError, UnknownException, WebserviceException
saveReport in interface BaseReportDatabaseExceptionAccessDeniedExceptionParseExceptionJRExceptionEvalErrorUnknownExceptionWebserviceExceptionCopyright © 2021 Open Knowledge Management System S.L.. All Rights Reserved.