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:CommonContextReturns the manager that provides access to Ignition's tag system.- Specified by:
 getTagManagerin interfaceCommonContext- Overrides:
 getTagManagerin classCommonContextDecorator
 - 
getScriptManager
Description copied from interface:CommonContextReturns the ScriptManager that can be used to execute Python scripts.- Specified by:
 getScriptManagerin interfaceCommonContext- Overrides:
 getScriptManagerin classCommonContextDecorator
 
 -