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 Summary
Constructors -
Method Summary
Modifier 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
-
getTagManager
Description copied from interface:CommonContextReturns the manager that provides access to Ignition's tag system.- Specified by:
getTagManagerin interfaceCommonContext
-
getScriptManager
Description copied from interface:CommonContextReturns the ScriptManager that can be used to execute Python scripts.- Specified by:
getScriptManagerin interfaceCommonContext
-
createDeserializer
Description 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 interfaceCommonContext
-
getExpressionFunctionFactory
Description copied from interface:CommonContextReturns the core function factory used by expressions. Includes extension functions registered by modules.- Specified by:
getExpressionFunctionFactoryin interfaceCommonContext
-
getModule
Description 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 interfaceCommonContext
-
getLicenseState
Description copied from interface:CommonContextReturns the license state for the given module- Specified by:
getLicenseStatein interfaceCommonContext
-
getEdgeEditions
Description 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 interfaceCommonContext
-
getEventBus
public 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 interfaceCommonContext
-
getLoggingManager
- Specified by:
getLoggingManagerin interfaceCommonContext
-