Class ScriptRunner
java.lang.Object
com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelper
com.inductiveautomation.perspective.gateway.script.ScriptRunner
- All Implemented Interfaces:
Runnable
-
Field Summary
Fields inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelper
signature
-
Constructor Summary
ConstructorsConstructorDescriptionScriptRunner
(PerspectiveElement component, String signature, String script, org.python.core.PyObject... arguments) ScriptRunner
(PerspectiveElement component, String signature, String script, org.python.core.PyObject[] arguments, String[] keywords) -
Method Summary
Modifier and TypeMethodDescriptionprotected LoggerEx
getLog()
protected PerspectiveTagReferenceLocation
void
run()
Methods inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelper
getDescription, getSecurityLevels, invoke, invoke, logWarn, onScriptLibraryChange, py2qualified
-
Constructor Details
-
ScriptRunner
public ScriptRunner(PerspectiveElement component, String signature, String script, org.python.core.PyObject... arguments) -
ScriptRunner
public ScriptRunner(PerspectiveElement component, String signature, String script, org.python.core.PyObject[] arguments, String[] keywords)
-
-
Method Details
-
run
public void run() -
getLog
- Overrides:
getLog
in classScriptFunctionHelper
-
getComponent
- Specified by:
getComponent
in classScriptFunctionHelper
-
getTagReferencePath
- Specified by:
getTagReferencePath
in classScriptFunctionHelper
-