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 Constructor Description PerspectiveExpressionCommonContext(Session context)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ScriptManagergetScriptManager()Returns the ScriptManager that can be used to execute Python scripts.TagManagergetTagManager()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 Detail- 
PerspectiveExpressionCommonContextpublic PerspectiveExpressionCommonContext(Session context) 
 
- 
 - 
Method Detail- 
getTagManagerpublic TagManager getTagManager() Description copied from interface:CommonContextReturns the manager that provides access to Ignition's tag system.- Specified by:
- getTagManagerin interface- CommonContext
- Overrides:
- getTagManagerin class- CommonContextDecorator
 
 - 
getScriptManagerpublic ScriptManager getScriptManager() Description copied from interface:CommonContextReturns the ScriptManager that can be used to execute Python scripts.- Specified by:
- getScriptManagerin interface- CommonContext
- Overrides:
- getScriptManagerin class- CommonContextDecorator
 
 
- 
 
-