Class SessionScriptRunner
java.lang.Object
com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelper
com.inductiveautomation.perspective.gateway.script.SessionScriptFunctionHelper
com.inductiveautomation.perspective.gateway.script.SessionScriptRunner
- All Implemented Interfaces:
Runnable
-
Field Summary
Fields inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelper
signature -
Constructor Summary
ConstructorsConstructorDescriptionSessionScriptRunner(PerspectiveElement component, String signature, String script, org.python.core.PyObject... arguments) SessionScriptRunner(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.SessionScriptFunctionHelper
execute, getDescription, getScriptManager, getSecurityLevels, logWarnMethods inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelper
invoke, invoke, onScriptLibraryChange, py2qualified
-
Constructor Details
-
SessionScriptRunner
public SessionScriptRunner(PerspectiveElement component, String signature, String script, org.python.core.PyObject... arguments) -
SessionScriptRunner
public SessionScriptRunner(PerspectiveElement component, String signature, String script, org.python.core.PyObject[] arguments, String[] keywords)
-
-
Method Details
-
run
public void run() -
getLog
- Overrides:
getLogin classSessionScriptFunctionHelper
-
getComponent
- Specified by:
getComponentin classSessionScriptFunctionHelper
-
getTagReferencePath
- Specified by:
getTagReferencePathin classScriptFunctionHelper
-