Class ReportScriptingFunctionsPyWrapper
- java.lang.Object
- 
- com.inductiveautomation.reporting.common.scripting.ReportScriptingFunctionsPyWrapper
 
- 
 public class ReportScriptingFunctionsPyWrapper extends java.lang.ObjectFilename: ReportScriptingFunctionsPyWrapper.java Created on Mar 27, 2015 Author: Kathy Applebaum Copyright Inductive Automation 2015 Project: Reporting
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.Class<?>QueryResults
 - 
Constructor SummaryConstructors Constructor Description ReportScriptingFunctionsPyWrapper(ReportScriptingFunctions delegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteAndDistribute(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)byte[]executeReport(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)DatasetgetReportNamesAsDataset(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)java.util.List<java.lang.String>getReportNamesAsList(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)
 
- 
- 
- 
Constructor Detail- 
ReportScriptingFunctionsPyWrapperpublic ReportScriptingFunctionsPyWrapper(ReportScriptingFunctions delegate) 
 
- 
 - 
Method Detail- 
executeReportpublic byte[] executeReport(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords) throws java.lang.Exception- Throws:
- java.lang.Exception
 
 - 
executeAndDistributepublic void executeAndDistribute(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords) throws java.lang.Exception- Throws:
- java.lang.Exception
 
 - 
getReportNamesAsDatasetpublic Dataset getReportNamesAsDataset(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 - 
getReportNamesAsListpublic java.util.List<java.lang.String> getReportNamesAsList(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords) throws java.lang.Exception- Throws:
- java.lang.Exception
 
 
- 
 
-