Defines a multi-method hierarchy for UI backend, which is used to generate the contents. To construct the hierarchy structure, the self join has been implemented by the field method_parend_id
| Column Name | Column Datatype | Column Null Option | Column Comment |
| method_id | varchar(64) | not null | Plugin method unique ID |
| method_parent_id | varchar(64) | with null | Parent plugin method |
| name | nvarchar(64) | with null | java method name |
| class | varchar(256) | with null | Plugin java class name |
| engine_id | varchar(32) | with null | Backend engin id |
| instance_level | integer1 | with null | Engine instance level |
| description | nvarchar(128) | with null | Description for the method |
| return_code | varchar(32) | with null | For integration |
| output | varchar(64) | with null | For integration |
| is_system | integer1 | with null | |
| exec_mode | integer1 | with null | For integration |
| guinode_id | varchar(64) | with null | Handle to the Guinode record |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| method_id | usm_method_optional_input | method_id |
| method_id | usm_method_input | method_id |
| method_id | usm_link_method_method | method_id |
| method_id | usm_link_method_method | method_parent_id |
| method_id | usm_link_method_method | method_id |
| method_id | usm_link_method_method | method_id |
| method_id | usm_method | method_parent_id |