Interface ReportService
- 
- All Known Implementing Classes:
 SoapReportClient,SoapReportService
public interface ReportServiceHandles reports- Since:
 - 7.4
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(String sid, long reportId, com.logicaldoc.webservice.model.WSAttribute[] parameters)Executes a given reportWSReport[]list(String sid)Lists all the reports in the tenant 
 - 
 
- 
- 
Method Detail
- 
list
WSReport[] list(String sid) throws Exception
Lists all the reports in the tenant- Parameters:
 sid- The session identifier- Returns:
 - The array of all the reports
 - Throws:
 Exception- error in the server
 
- 
execute
void execute(String sid, long reportId, com.logicaldoc.webservice.model.WSAttribute[] parameters) throws Exception
Executes a given report- Parameters:
 sid- The session identifierreportId- The ID of the report to executeparameters- The parameters to pass to the report (optional)- Throws:
 Exception- error in the server
 
 - 
 
 -