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 SummaryConstructors
- 
Method SummaryModifier 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.CommonContextDecoratorcreateDeserializer, getEdgeEditions, getEventBus, getExpressionFunctionFactory, getLicenseState, getLoggingManager, getModule
- 
Constructor Details- 
PerspectiveExpressionCommonContext
 
- 
- 
Method Details- 
getTagManagerDescription copied from interface:CommonContextReturns the manager that provides access to Ignition's tag system.- Specified by:
- getTagManagerin interface- CommonContext
- Overrides:
- getTagManagerin class- CommonContextDecorator
 
- 
getScriptManagerDescription copied from interface:CommonContextReturns the ScriptManager that can be used to execute Python scripts.- Specified by:
- getScriptManagerin interface- CommonContext
- Overrides:
- getScriptManagerin class- CommonContextDecorator
 
 
-