Uses of Class
org.netxms.client.Script
Packages that use Script
-
Uses of Script in org.netxms.client
Methods in org.netxms.client that return ScriptMethods in org.netxms.client that return types with arguments of type ScriptModifier and TypeMethodDescriptionNXCSession.getDataCollectionScripts(long objectId) Get names of all scripts used in data collection by given node, cluster, or template object.NXCSession.getEPPScripts(Collection<UUID> ruleGuids) Get names of all scripts used in event processing policy rules identified by GUIDs.NXCSession.getScriptDependencies(long[] scriptIds) Get recursive script dependencies (use/import) for given script IDs.NXCSession.getScriptLibrary()Get list of all scripts in script library.NXCSession.getSummaryTableScripts(long[] tableIds) Get names of all scripts used in DCI summary table filters.