Class ReportRpcImpl
java.lang.Object
com.inductiveautomation.reporting.gateway.rpc.ReportRpcImpl
- All Implemented Interfaces:
ReportRpc
-
Field Summary
Fields inherited from interface com.inductiveautomation.reporting.common.api.ReportRpc
SERIALIZER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(String projectName, byte[] reportResourceBytes, byte[] reportScheduleBytes, AbstractReportActionConfig actionConfig, String reportName, String reportPath) getLastRun
(String projectName, String reportPath) getReportData
(String projectName, String reportPath, ReportDataConfiguration dataConfig, Map<String, Object> parameters, Map<String, Object> extraConfig, boolean sampleData)
-
Constructor Details
-
ReportRpcImpl
-
-
Method Details
-
getReportData
public ReportExecutionData getReportData(String projectName, String reportPath, ReportDataConfiguration dataConfig, Map<String, Object> parameters, Map<String, throws ExceptionObject> extraConfig, boolean sampleData) - Specified by:
getReportData
in interfaceReportRpc
- Throws:
Exception
-
execute
-
getLastRun
- Specified by:
getLastRun
in interfaceReportRpc
-