Query information used in Dynamic Business Process View
| Column Name | Column Datatype | Column Null Option | Column Comment |
| query_name | varchar(255) | not null | Name of the Dynamic Business Process Views that is associated with this query expression record |
| sequence_number | integer | with null | Used to enumerate the records in this table |
| identifier | varchar(255) | not null | Class name used in the query expression |
| operator | varchar(255) | not null | Logical operator used in a query expression to query on more than one property (attribute) within the same class (currently support: EQ. NOT_EQ, GT, LT, GT_EQ, LT_EQ and LIKE (for string at COMMENT ON COLUMN wtdbpvqueryinfo.query_name IS |
| attribute | varchar(255) | not null | Property name(s) used in the query expression |
| type | integer | not null | Data type of the value (above) used in the query expression |
| value | varchar(255) | with null | Value of the property to use in the query expression |
| enabled | integer1 | not null | Used to enable/disable the query expression |
| schema_name | varchar(255) | not null | Name of the schema (defaulted to ‘CORE’) – currently not used |
| logical_op | integer | with null | Logical operator used to combine 2 or more classes across classes (We only support AND across different classes) |
| reserved | varchar(255) | with null | Reserved |
| weight | integer | with null | Not used |
| start_group | integer | with null | Starts a new expression group(s) |
| end_group | integer | with null | Ends an expression group(s) |
| include_subclasses | integer1 | not null | Used to include the subclasses of the chosen class name (identifier) as well in the query expression(default TRUE, currently not supported by the MCC Dynamic Business Process Views plugin) |
Product Name: Unicenter Network and System Management
Table Type: Table