Interface ReportScriptingFunctions
- All Known Implementing Classes:
ClientScriptingFunctions,GatewayScriptingFunctions,ReportScriptingFunctionsImpl
public interface ReportScriptingFunctions
Filename: ReportScriptingFunctions.java
Created on Mar 27, 2015
Author: Kathy Applebaum
Copyright Inductive Automation 2015
Project: Reporting
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteAndDistribute(String path, org.python.core.PyDictionary parameters, String projectName, String action, org.python.core.PyDictionary actionSettings) byte[]executeReport(String path, String fileType, org.python.core.PyDictionary arguments, String projectName) getReportNames(String projectName)
-
Field Details
-
SERIALIZER
-
-
Method Details
-
executeReport
byte[] executeReport(String path, String fileType, org.python.core.PyDictionary arguments, String projectName) throws Exception - Throws:
Exception
-
executeAndDistribute
void executeAndDistribute(String path, org.python.core.PyDictionary parameters, String projectName, String action, org.python.core.PyDictionary actionSettings) throws Exception - Throws:
Exception
-
getReportNames
- Throws:
Exception
-