AnalysisApplication Methods TIBCO Spotfire 7.6 API Reference

The AnalysisApplication type exposes the following members.

Methods

  Name Description
Public method Close
Closes the currently opened Document, if any. A DocumentClosing event is raised before the document is closed. If the close is not canceled, all close actions added to the ClosingEventArgsT are invoked before the document is closed.
Public method CreateDataWriter
Creates the data writer given the typeId.
Public method CreateFileDataSource
Creates the file data source from a path.
Public method Exit
Instructs this analysis application instance to exit.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetService(Type)
Gets the service object of the specified type.
Public method GetServiceT
Gets an instance of the requested service type.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Open(String)
Opens an analysis from the specified file, using the best matching reader. Any currently open document will be closed.
Public method Open(DataSource)
Opens a new document with data loaded from the specified source. Any currently open document will be closed.
Public method Open(String, DocumentOpenSettings)
Opens an analysis from the specified file, using the best matching reader. Any currently open document will be closed.
Public method Open(DataSource, DocumentOpenSettings)
Opens a new document with data loaded from the specified source. Any currently open document will be closed.
Public method Open(LibraryItem, DocumentOpenSettings)
Open the specified analysis or information link from the library.
Public method OpenFromLibrary(Guid, DocumentOpenSettings) Obsolete.
Opens a library entry given the unique id (GUID) of that entry.
Public method Code example OpenFromLibrary(String, String) Obsolete.
Opens a file from the TIBCO Spotfire Server library with a known name located at a known path.
Public method Code example OpenFromLibrary(String, String, DocumentOpenSettings) Obsolete.
Opens a file from the TIBCO Spotfire Server library with a known name located at a known path.
Public method Save
Saves the current loaded document to its last save location. This is not possible if the loaded document was not an analysis file loaded from a file path or from the library.
Public method Save(String) Obsolete.
Saves the currently opened Document, if any, to the file given by fileName.
Public method Save(String, DocumentSaveSettings) Obsolete.
Saves the currently opened Document, if any, to the file given by fileName.
Public method SaveAs(String, DocumentSaveSettings)
Saves the currently loaded document to the specified file name.
Public method SaveAs(LibraryItem, String, LibraryItemMetadataSettings, DocumentSaveSettings)
Saves the currently loaded document to the library with the specified title in the specified folder.
Public method SaveCopy(String, DocumentSaveSettings)
Saves a copy of the currently loaded document to the specified file name.
Public method SaveCopy(LibraryItem, String, LibraryItemMetadataSettings, DocumentSaveSettings)
Saves a copy of the currently loaded document to the library with the specified title in the specified folder.
Public method SaveToLibrary(Guid, DocumentSaveSettings) Obsolete.
Saves the current document in the TIBCO Spotfire Server Library and overwrites an existing document. This operation can only be used to overwrite an already existing document in the library.
Public method SaveToLibrary(String, String, String, String) Obsolete.
Saves the current document in the TIBCO Spotfire Server Library.
Public method SaveToLibrary(String, String, String, String, Boolean, DocumentSaveSettings) Obsolete.
Saves the current document in the TIBCO Spotfire Server Library and overwrites an existing document if necessary.
Top
See Also

Reference