Class GatewayScriptFunctionHelper
java.lang.Object
com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelper
com.inductiveautomation.perspective.gateway.script.GatewayScriptFunctionHelper
- Direct Known Subclasses:
GatewayScriptRunner
-
Field Summary
FieldsFields inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelper
signature
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GatewayScriptFunctionHelper
(PerspectiveContext context, String signature, String userCode) -
Method Summary
Modifier and TypeMethodDescriptionprotected Optional<org.python.core.PyObject>
execute
(ScriptFunction func, org.python.core.PyObject[] arguments, String[] keywords) protected abstract AuditContext.Builder
protected ScriptManager
Methods inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelper
getDescription, getLog, getSecurityLevels, getTagReferencePath, invoke, invoke, logWarn, onScriptLibraryChange, py2qualified
-
Field Details
-
context
-
-
Constructor Details
-
GatewayScriptFunctionHelper
protected GatewayScriptFunctionHelper(PerspectiveContext context, String signature, String userCode)
-
-
Method Details
-
getScriptManager
- Specified by:
getScriptManager
in classScriptFunctionHelper
-
execute
protected Optional<org.python.core.PyObject> execute(ScriptFunction func, org.python.core.PyObject[] arguments, String[] keywords) - Specified by:
execute
in classScriptFunctionHelper
-
getAuditSnapshot
-