|
@@ -41,7 +41,7 @@ abstract class Trigger extends cmdbAbstractObject
|
|
"key_type" => "autoincrement",
|
|
"key_type" => "autoincrement",
|
|
"name_attcode" => "description",
|
|
"name_attcode" => "description",
|
|
"state_attcode" => "",
|
|
"state_attcode" => "",
|
|
- "reconc_keys" => array(),
|
|
|
|
|
|
+ "reconc_keys" => array('description'),
|
|
"db_table" => "priv_trigger",
|
|
"db_table" => "priv_trigger",
|
|
"db_key_field" => "id",
|
|
"db_key_field" => "id",
|
|
"db_finalclass_field" => "realclass",
|
|
"db_finalclass_field" => "realclass",
|
|
@@ -87,7 +87,7 @@ abstract class TriggerOnObject extends Trigger
|
|
"key_type" => "autoincrement",
|
|
"key_type" => "autoincrement",
|
|
"name_attcode" => "description",
|
|
"name_attcode" => "description",
|
|
"state_attcode" => "",
|
|
"state_attcode" => "",
|
|
- "reconc_keys" => array(),
|
|
|
|
|
|
+ "reconc_keys" => array('description'),
|
|
"db_table" => "priv_trigger_onobject",
|
|
"db_table" => "priv_trigger_onobject",
|
|
"db_key_field" => "id",
|
|
"db_key_field" => "id",
|
|
"db_finalclass_field" => "",
|
|
"db_finalclass_field" => "",
|
|
@@ -118,7 +118,7 @@ class TriggerOnPortalUpdate extends TriggerOnObject
|
|
"key_type" => "autoincrement",
|
|
"key_type" => "autoincrement",
|
|
"name_attcode" => "description",
|
|
"name_attcode" => "description",
|
|
"state_attcode" => "",
|
|
"state_attcode" => "",
|
|
- "reconc_keys" => array(),
|
|
|
|
|
|
+ "reconc_keys" => array('description'),
|
|
"db_table" => "priv_trigger_onportalupdate",
|
|
"db_table" => "priv_trigger_onportalupdate",
|
|
"db_key_field" => "id",
|
|
"db_key_field" => "id",
|
|
"db_finalclass_field" => "",
|
|
"db_finalclass_field" => "",
|
|
@@ -144,7 +144,7 @@ abstract class TriggerOnStateChange extends TriggerOnObject
|
|
"key_type" => "autoincrement",
|
|
"key_type" => "autoincrement",
|
|
"name_attcode" => "description",
|
|
"name_attcode" => "description",
|
|
"state_attcode" => "",
|
|
"state_attcode" => "",
|
|
- "reconc_keys" => array(),
|
|
|
|
|
|
+ "reconc_keys" => array('description'),
|
|
"db_table" => "priv_trigger_onstatechange",
|
|
"db_table" => "priv_trigger_onstatechange",
|
|
"db_key_field" => "id",
|
|
"db_key_field" => "id",
|
|
"db_finalclass_field" => "",
|
|
"db_finalclass_field" => "",
|
|
@@ -173,7 +173,7 @@ class TriggerOnStateEnter extends TriggerOnStateChange
|
|
"key_type" => "autoincrement",
|
|
"key_type" => "autoincrement",
|
|
"name_attcode" => "description",
|
|
"name_attcode" => "description",
|
|
"state_attcode" => "",
|
|
"state_attcode" => "",
|
|
- "reconc_keys" => array(),
|
|
|
|
|
|
+ "reconc_keys" => array('description'),
|
|
"db_table" => "priv_trigger_onstateenter",
|
|
"db_table" => "priv_trigger_onstateenter",
|
|
"db_key_field" => "id",
|
|
"db_key_field" => "id",
|
|
"db_finalclass_field" => "",
|
|
"db_finalclass_field" => "",
|
|
@@ -201,7 +201,7 @@ class TriggerOnStateLeave extends TriggerOnStateChange
|
|
"key_type" => "autoincrement",
|
|
"key_type" => "autoincrement",
|
|
"name_attcode" => "description",
|
|
"name_attcode" => "description",
|
|
"state_attcode" => "",
|
|
"state_attcode" => "",
|
|
- "reconc_keys" => array(),
|
|
|
|
|
|
+ "reconc_keys" => array('description'),
|
|
"db_table" => "priv_trigger_onstateleave",
|
|
"db_table" => "priv_trigger_onstateleave",
|
|
"db_key_field" => "id",
|
|
"db_key_field" => "id",
|
|
"db_finalclass_field" => "",
|
|
"db_finalclass_field" => "",
|
|
@@ -229,7 +229,7 @@ class TriggerOnObjectCreate extends TriggerOnObject
|
|
"key_type" => "autoincrement",
|
|
"key_type" => "autoincrement",
|
|
"name_attcode" => "description",
|
|
"name_attcode" => "description",
|
|
"state_attcode" => "",
|
|
"state_attcode" => "",
|
|
- "reconc_keys" => array(),
|
|
|
|
|
|
+ "reconc_keys" => array('description'),
|
|
"db_table" => "priv_trigger_onobjcreate",
|
|
"db_table" => "priv_trigger_onobjcreate",
|
|
"db_key_field" => "id",
|
|
"db_key_field" => "id",
|
|
"db_finalclass_field" => "",
|
|
"db_finalclass_field" => "",
|
|
@@ -257,7 +257,7 @@ class lnkTriggerAction extends cmdbAbstractObject
|
|
"key_type" => "autoincrement",
|
|
"key_type" => "autoincrement",
|
|
"name_attcode" => "",
|
|
"name_attcode" => "",
|
|
"state_attcode" => "",
|
|
"state_attcode" => "",
|
|
- "reconc_keys" => array(""),
|
|
|
|
|
|
+ "reconc_keys" => array('action_id', 'trigger_id'),
|
|
"db_table" => "priv_link_action_trigger",
|
|
"db_table" => "priv_link_action_trigger",
|
|
"db_key_field" => "link_id",
|
|
"db_key_field" => "link_id",
|
|
"db_finalclass_field" => "",
|
|
"db_finalclass_field" => "",
|