Class ScriptRunner
java.lang.Object
com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelper
com.inductiveautomation.perspective.gateway.script.ScriptRunner
- All Implemented Interfaces:
- Runnable
- 
Field SummaryFields inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelpersignature
- 
Constructor SummaryConstructorsConstructorDescriptionScriptRunner(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 SummaryModifier and TypeMethodDescriptionprotected LoggerExgetLog()protected PerspectiveTagReferenceLocationvoidrun()Methods inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelpergetDescription, getSecurityLevels, invoke, invoke, logWarn, onScriptLibraryChange, py2qualified
- 
Constructor Details- 
ScriptRunnerpublic ScriptRunner(PerspectiveElement component, String signature, String script, org.python.core.PyObject... arguments) 
- 
ScriptRunnerpublic ScriptRunner(PerspectiveElement component, String signature, String script, org.python.core.PyObject[] arguments, String[] keywords) 
 
- 
- 
Method Details- 
runpublic void run()
- 
getLog- Overrides:
- getLogin class- ScriptFunctionHelper
 
- 
getComponent- Specified by:
- getComponentin class- ScriptFunctionHelper
 
- 
getTagReferencePath- Specified by:
- getTagReferencePathin class- ScriptFunctionHelper
 
 
-