Class ReportScriptingFunctionsPyWrapper


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

      • QueryResults

        public static final java.lang.Class<?> QueryResults
    • Constructor Detail

    • Method Detail

      • executeReport

        public byte[] executeReport​(org.python.core.PyObject[] pyArgs,
                                    java.lang.String[] keywords)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • executeAndDistribute

        public void executeAndDistribute​(org.python.core.PyObject[] pyArgs,
                                         java.lang.String[] keywords)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getReportNamesAsDataset

        public Dataset getReportNamesAsDataset​(org.python.core.PyObject[] pyArgs,
                                               java.lang.String[] keywords)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getReportNamesAsList

        public java.util.List<java.lang.String> getReportNamesAsList​(org.python.core.PyObject[] pyArgs,
                                                                     java.lang.String[] keywords)
                                                              throws java.lang.Exception
        Throws:
        java.lang.Exception