Class SoapReportService
- java.lang.Object
 - 
- com.logicaldoc.webservice.AbstractService
 - 
- com.logicaldoc.report.webservice.soap.endpoint.SoapReportService
 
 
 
- 
- All Implemented Interfaces:
 ReportService
public class SoapReportService extends com.logicaldoc.webservice.AbstractService implements ReportService
Report Web Service Implementation- Since:
 - 7.4
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SoapReportService() 
- 
Method Summary
All Methods Instance Methods Concrete 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
public WSReport[] list(String sid) throws Exception
Description copied from interface:ReportServiceLists all the reports in the tenant- Specified by:
 listin interfaceReportService- Parameters:
 sid- The session identifier- Returns:
 - The array of all the reports
 - Throws:
 Exception- error in the server
 
- 
execute
public void execute(String sid, long reportId, com.logicaldoc.webservice.model.WSAttribute[] parameters) throws Exception
Description copied from interface:ReportServiceExecutes a given report- Specified by:
 executein interfaceReportService- 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
 
 - 
 
 -