Class ReportScriptingFunctionsPyWrapper
java.lang.Object
com.inductiveautomation.reporting.common.scripting.ReportScriptingFunctionsPyWrapper
Filename: ReportScriptingFunctionsPyWrapper.java
 Created on Mar 27, 2015
 Author: Kathy Applebaum
 Copyright Inductive Automation 2015
 Project: Reporting
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteAndDistribute(org.python.core.PyObject[] pyArgs, String[] keywords) byte[]executeReport(org.python.core.PyObject[] pyArgs, String[] keywords) getReportNamesAsDataset(org.python.core.PyObject[] pyArgs, String[] keywords) getReportNamesAsList(org.python.core.PyObject[] pyArgs, String[] keywords)  
- 
Field Details
- 
QueryResults
 
 - 
 - 
Constructor Details
- 
ReportScriptingFunctionsPyWrapper
 
 - 
 - 
Method Details
- 
executeReport
- Throws:
 Exception
 - 
executeAndDistribute
public void executeAndDistribute(org.python.core.PyObject[] pyArgs, String[] keywords) throws Exception - Throws:
 Exception
 - 
getReportNamesAsDataset
public Dataset getReportNamesAsDataset(org.python.core.PyObject[] pyArgs, String[] keywords) throws Exception - Throws:
 Exception
 - 
getReportNamesAsList
public List<String> getReportNamesAsList(org.python.core.PyObject[] pyArgs, String[] keywords) throws Exception - Throws:
 Exception
 
 -