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 LoggerEx
getLog()
protected PerspectiveTagReferenceLocation
void
run()
Methods inherited from class com.inductiveautomation.perspective.gateway.script.SessionScriptFunctionHelper
execute, getDescription, getScriptManager, getSecurityLevels, logWarn
Methods 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:
getLog
in classSessionScriptFunctionHelper
-
getComponent
- Specified by:
getComponent
in classSessionScriptFunctionHelper
-
getTagReferencePath
- Specified by:
getTagReferencePath
in classScriptFunctionHelper
-