Uses of Class
org.netxms.client.Script
-
Packages that use Script Package Description org.netxms.client -
-
Uses of Script in org.netxms.client
Methods in org.netxms.client that return Script Modifier and Type Method Description ScriptNXCSession. getScript(long scriptId)Get script from libraryMethods in org.netxms.client that return types with arguments of type Script Modifier and Type Method Description List<Script>NXCSession. getDataCollectionScripts(long objectId)Get names of all scripts used in data collection by given node, cluster, or template object.List<Script>NXCSession. getScriptLibrary()Get list of all scripts in script library.
-