Class PerspectiveExpression.PerspectiveExpressionCommonContext
java.lang.Object
com.inductiveautomation.ignition.common.model.CommonContextDecorator
com.inductiveautomation.perspective.gateway.binding.PerspectiveExpression.PerspectiveExpressionCommonContext
- All Implemented Interfaces:
CommonContext
- Enclosing class:
- PerspectiveExpression
protected static class PerspectiveExpression.PerspectiveExpressionCommonContext
extends CommonContextDecorator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the ScriptManager that can be used to execute Python scripts.Returns the manager that provides access to Ignition's tag system.Methods inherited from class com.inductiveautomation.ignition.common.model.CommonContextDecorator
createDeserializer, getEdgeEditions, getEventBus, getExpressionFunctionFactory, getLicenseState, getLoggingManager, getModule
-
Constructor Details
-
PerspectiveExpressionCommonContext
-
-
Method Details
-
getTagManager
Description copied from interface:CommonContext
Returns the manager that provides access to Ignition's tag system.- Specified by:
getTagManager
in interfaceCommonContext
- Overrides:
getTagManager
in classCommonContextDecorator
-
getScriptManager
Description copied from interface:CommonContext
Returns the ScriptManager that can be used to execute Python scripts.- Specified by:
getScriptManager
in interfaceCommonContext
- Overrides:
getScriptManager
in classCommonContextDecorator
-