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 LoggerExgetLog()protected PerspectiveTagReferenceLocationvoidrun()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:
getLogin classScriptFunctionHelper
-
getComponent
- Specified by:
getComponentin classScriptFunctionHelper
-
getTagReferencePath
- Specified by:
getTagReferencePathin classScriptFunctionHelper
-