Package com.inductiveautomation.perspective.gateway.script
-
Class Summary Class Description CompiledScriptCacheImpl ComponentModelScriptWrapper This object is used when a python script references a perspective component.ComponentModelScriptWrapper.SafetyWrapper Delegates to the actual component, this prevents the scripting system from being able to call everything on ComponentModel, like startup(), shutdown, etc.PageScriptWrapper PageScriptWrapper.SafetyWrapper PerspectiveObjectAdapter PerspectiveScriptingFunctions PropertyTreeOwnerScriptWrapper PropertyTreeScriptWrapper ScriptFunctionHelper Helper to consolidate the logic of an extension-function style script that must be compiled the first time before it runs.ScriptRunner SessionScriptWrapper SessionScriptWrapper.SafetyWrapper Delegates to the actual view, this prevents the scripting system from being able to call everything on ViewModel, like startup(), shutdown, etc.ViewModelScriptWrapper ViewModelScriptWrapper.SafetyWrapper Delegates to the actual view, this prevents the scripting system from being able to call everything on ViewModel, like startup(), shutdown, etc.