Class CommonContextDecorator
java.lang.Object
com.inductiveautomation.ignition.common.model.CommonContextDecorator
- All Implemented Interfaces:
- CommonContext
- Direct Known Subclasses:
- PerspectiveExpression.PerspectiveExpressionCommonContext
Simple abstract decorator for 
CommonContext- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns an instance of the XMLDeserializer that can be used to deserialize project resources.Returns a list of currently available Edge editions (either licensed or in trial).com.google.common.eventbus.EventBusThis is a generic event bus that can be used by any part of Ignition within a single scope (jvm)Returns the core function factory used by expressions.getLicenseState(String moduleId) Returns the license state for the given moduleReturns the hook class for another module, used for modules that deal with each other's models.Returns the ScriptManager that can be used to execute Python scripts.Returns the manager that provides access to Ignition's tag system.
- 
Constructor Details- 
CommonContextDecorator
 
- 
- 
Method Details- 
getTagManagerDescription copied from interface:CommonContextReturns the manager that provides access to Ignition's tag system.- Specified by:
- getTagManagerin interface- CommonContext
 
- 
getScriptManagerDescription copied from interface:CommonContextReturns the ScriptManager that can be used to execute Python scripts.- Specified by:
- getScriptManagerin interface- CommonContext
 
- 
createDeserializerDescription copied from interface:CommonContextReturns an instance of the XMLDeserializer that can be used to deserialize project resources. Note that this is the only safe way to obtain an instance of XMLDeserializer, because the context will pass the new deserializer around to all loaded modules, giving them a chance to initialize any custom deserialization deletes on it first.- Specified by:
- createDeserializerin interface- CommonContext
 
- 
getExpressionFunctionFactoryDescription copied from interface:CommonContextReturns the core function factory used by expressions. Includes extension functions registered by modules.- Specified by:
- getExpressionFunctionFactoryin interface- CommonContext
 
- 
getModuleDescription copied from interface:CommonContextReturns the hook class for another module, used for modules that deal with each other's models. Example: The reporting plugin's designer hook uses this to get FactoryPMI's palette.- Specified by:
- getModulein interface- CommonContext
 
- 
getLicenseStateDescription copied from interface:CommonContextReturns the license state for the given module- Specified by:
- getLicenseStatein interface- CommonContext
 
- 
getEdgeEditionsDescription copied from interface:CommonContextReturns a list of currently available Edge editions (either licensed or in trial). Does not check if any required modules are installed and running.- Specified by:
- getEdgeEditionsin interface- CommonContext
 
- 
getEventBuspublic com.google.common.eventbus.EventBus getEventBus()Description copied from interface:CommonContextThis is a generic event bus that can be used by any part of Ignition within a single scope (jvm)- Specified by:
- getEventBusin interface- CommonContext
 
- 
getLoggingManager- Specified by:
- getLoggingManagerin interface- CommonContext
 
 
-