diff --git a/application/datamodel.application.xml b/application/datamodel.application.xml index 904a13d76..fcc3e84f5 100644 --- a/application/datamodel.application.xml +++ b/application/datamodel.application.xml @@ -472,8 +472,8 @@ - - + + The current page is completely displayed Class hierarchy of the displayed page @@ -487,7 +487,7 @@ - + Inform the listeners about the connection states diff --git a/core/datamodel.core.xml b/core/datamodel.core.xml index e1a47a521..6a51d9bb4 100644 --- a/core/datamodel.core.xml +++ b/core/datamodel.core.xml @@ -269,22 +269,8 @@ - - - An object details is about to be displayed to a user - Class hierarchy of the displayed object - - - The object displayed - DBObject - - - Debug string - string - - - - + + An object is about to be inserted in the database DBObject::OnInsert @@ -298,7 +284,7 @@ - + A key (id) has been generated for an object inserted into the database (use GetKey() to read the new key) DBObject::OnObjectKeyReady @@ -312,7 +298,7 @@ - + An object has been inserted into the database DBObject::AfterInsert @@ -326,7 +312,7 @@ - + An object is about to be updated in the database DBObject::OnUpdate @@ -340,7 +326,7 @@ - + An object has been updated into the database DBObject::AfterUpdate @@ -354,7 +340,7 @@ - + An object is about to be deleted in the database DBObject::OnDelete @@ -368,7 +354,7 @@ - + An object has been deleted into the database DBObject::AfterDelete @@ -382,7 +368,7 @@ - + A stimulus is about to be applied to an object @@ -395,7 +381,7 @@ - + A stimulus has been applied to an object @@ -408,7 +394,7 @@ - + An object has been loaded from the database @@ -421,7 +407,7 @@ - + An object has been created in memory @@ -434,7 +420,7 @@ - + An object has been re-loaded from the database @@ -447,7 +433,7 @@ - + Check an object before it is written into the database cmdbAbstractObject::DoCheckToWrite @@ -465,7 +451,7 @@ - + Check an object before it is deleted from the database cmdbAbstractObject::DoCheckToDelete @@ -483,7 +469,7 @@ - + A document has been downloaded from the GUI diff --git a/datamodels/2.x/itop-portal-base/datamodel.itop-portal-base.xml b/datamodels/2.x/itop-portal-base/datamodel.itop-portal-base.xml new file mode 100644 index 000000000..12d70246c --- /dev/null +++ b/datamodels/2.x/itop-portal-base/datamodel.itop-portal-base.xml @@ -0,0 +1,21 @@ + + + + + + An object details is about to be displayed to a user + Class hierarchy of the displayed object + + + The object displayed + DBObject + + + Debug string + string + + + + + + \ No newline at end of file