Class ExtensionFunctionImpl
- java.lang.Object
- 
- com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelper
- 
- com.inductiveautomation.perspective.gateway.model.ExtensionFunctionImpl
 
 
- 
- All Implemented Interfaces:
- ExtensionFunction
 
 public class ExtensionFunctionImpl extends ScriptFunctionHelper implements ExtensionFunction 
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelpersignature
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PerspectiveElementgetComponent()<T> Tinvoke(java.lang.Class<T> returnType, T defaultValue, java.lang.Object... args)protected voidlogWarn(java.lang.String message, java.lang.Throwable error)voidshutdown()voidstartup()- 
Methods inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelpergetDescription, getLog, getSecurityLevels, invoke, onScriptLibraryChange, py2qualified
 
- 
 
- 
- 
- 
Method Detail- 
getComponentprotected PerspectiveElement getComponent() - Specified by:
- getComponentin class- ScriptFunctionHelper
 
 - 
startuppublic void startup() 
 - 
shutdownpublic void shutdown() 
 - 
invoke@Nullable public <T> T invoke(java.lang.Class<T> returnType, T defaultValue, java.lang.Object... args)- Specified by:
- invokein interface- ExtensionFunction
 
 - 
logWarnprotected void logWarn(java.lang.String message, java.lang.Throwable error)- Overrides:
- logWarnin class- ScriptFunctionHelper
 
 
- 
 
-