Defines a plugin for driving the content in iCanView
| Column Name | Column Datatype | Column Null Option | Column Comment |
| plugin_id | varchar(50) | not null | The unique id for the plugin |
| class | varchar(256) | with null | The java class implementation for this plugin |
| display_name | nvarchar(64) | with null | The readable name of the plugin |
| persistent | integer | with null | If this plugin is to be persisted in memory or loaded/unloaded each time; 1 - persit; 0 - don’t persist |
| uuid | varchar(20) | with null | The unique identifier for this plugin |
| static | integer | with null | Flag specifies if the implementation is static |
| load_on_startup | integer | with null | Flag to specify if the plugin is to be loaded on system startup |
| plugin_type_id | varchar(50) | with null | Handle to the plugin type record |
| installed_subcomponent_id | varchar(50) | with null | Handle to the installed subcomponent for this plugin |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| plugin_id | usm_link_plugin_plugintype | plugin_id |