public interface ReportingAPI
| Modifier and Type | Method and Description |
|---|---|
Report |
getReport(long reportId) |
byte[] |
getReportContent(long reportId) |
SearchResult<Report> |
searchReports(SearchOptions searchOptions) |
String |
selectList(String selectQuery)
Executes a SELECT query (rollback only) and returns the result in a CSV format.
|
String selectList(String selectQuery) throws ExecutionException
If the query is not a SELECT one a RetrieveException is thrown.
selectQuery - the SELECT query.ExecutionException - if an exception occurs during the execution of the query.Report getReport(long reportId) throws ReportNotFoundException
ReportNotFoundExceptionbyte[] getReportContent(long reportId)
throws ReportNotFoundException
ReportNotFoundExceptionSearchResult<Report> searchReports(SearchOptions searchOptions) throws SearchException
SearchExceptionCopyright © 2013 BonitaSoft. All Rights Reserved.