Class ReportScriptingFunctionsPyWrapper

java.lang.Object
com.inductiveautomation.reporting.common.scripting.ReportScriptingFunctionsPyWrapper

public class ReportScriptingFunctionsPyWrapper extends Object
Filename: ReportScriptingFunctionsPyWrapper.java Created on Mar 27, 2015 Author: Kathy Applebaum Copyright Inductive Automation 2015 Project: Reporting
  • Field Details

    • QueryResults

      public static final Class<?> QueryResults
  • Constructor Details

  • Method Details

    • executeReport

      public byte[] executeReport(org.python.core.PyObject[] pyArgs, String[] keywords) throws Exception
      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