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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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
 
- 
executeAndDistributepublic void executeAndDistribute(org.python.core.PyObject[] pyArgs, String[] keywords) throws Exception - Throws:
- Exception
 
- 
getReportNamesAsDatasetpublic Dataset getReportNamesAsDataset(org.python.core.PyObject[] pyArgs, String[] keywords) throws Exception - Throws:
- Exception
 
- 
getReportNamesAsListpublic List<String> getReportNamesAsList(org.python.core.PyObject[] pyArgs, String[] keywords) throws Exception - Throws:
- Exception
 
 
-