|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReportServiceInterface
| Method Summary | |
|---|---|
String |
getReportDownloadURL(Long reportJobId,
ExportFormat exportFormat)
Returns the URL at which the report file can be downloaded. |
ReportJob |
getReportJob(Long reportJobId)
Returns the ReportJob uniquely identified by the given
ID. |
ReportJob |
runReportJob(ReportJob reportJob)
Initiates the execution of a ReportQuery on the server. |
| Method Detail |
|---|
String getReportDownloadURL(Long reportJobId,
ExportFormat exportFormat)
throws RemoteException,
ApiException
reportJobId - the ID of the ReportJobexportFormat - the ExportFormat for the report file
RemoteException
ApiException
ReportJob getReportJob(Long reportJobId)
throws RemoteException,
ApiException
ReportJob uniquely identified by the given
ID.
reportJobId - the Id of the report job which must already exist
ReportJob uniquely identified by the given ID
RemoteException
ApiException
ReportJob runReportJob(ReportJob reportJob)
throws RemoteException,
ApiException
ReportQuery on the server.
The following fields are required:
reportJob - the report job to run
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||