Class TagScriptManager.FunctionInvokerImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      FunctionInvokerImpl​(com.inductiveautomation.ignition.common.sqltags.scripts.TagScriptManager.SourcePyObject srcPy)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(org.python.core.PyObject[] arguments)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FunctionInvokerImpl

        public FunctionInvokerImpl​(com.inductiveautomation.ignition.common.sqltags.scripts.TagScriptManager.SourcePyObject srcPy)
    • Method Detail

      • run

        public void run​(org.python.core.PyObject[] arguments)
                 throws java.lang.Exception
        Specified by:
        run in interface FunctionInvoker
        Throws:
        java.lang.Exception