ScriptManager Methods

Spotfire 14.3 API Reference

The ScriptManager type exposes the following members.

Methods

  NameDescription
Public methodAddScriptDefinition
Adds a Script Definition to the ScriptManager.
Public methodExecuteScript(String, IDictionaryString, Object) Obsolete.
Executes the specified script.
Public methodExecuteScript(ScriptDefinition, IDictionaryString, Object)
Executes the specified script.
Public methodExecuteScript(String, ScriptLanguage, IDictionaryString, Object)
Executes the specified script.
Public methodExecuteScript(String, IDictionaryString, Object, Stream) Obsolete.
Executes the specified script.
Public methodExecuteScript(String, ScriptLanguage, IDictionaryString, Object, Stream)
Executes the specified script.
Public methodExecuteScript(String, ScriptLanguage, IDictionaryString, Object, Stream, Boolean)
Executes the specified script.
Public methodGetAllScriptsWithName
Get all scripts with the specified name. Utility method to assist with cleanup of redundant scripts. Use this method to get all scripts with the same name; Then compare the scripts for equivalence with IsEquivalentTo(ScriptDefinition)
Public methodGetScripts
Gets an enumeration of the scripts stored in this script manager.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes a ScriptDefinition object from the ScriptManager. Warning - if the script is an IronPython script, and is tied to action control(s), the action control(s) will need to be manually reconfigured in Spotfire.
Public methodReplace
Replaces an existing ScriptDefinition with another. Warning: replacing with a ScriptDefinition where the parameters are different will disable any actions that execute this ScriptDefinition. If the parameters are named the same and have the same types, no actions will be disabled or modified.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetScript
Tries to get a script with the specified scriptName.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodINodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction2
Implements ExecuteInvisibleTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction2
Implements ExecuteStickyTransaction(Guid, Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction2
Implements ExecuteTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Top
See Also

Reference