[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.modeling.mdt.uml2.uml] Getting the UUID of a deleted model element

Hello,
I need to get the unique ID (UUID or XMI ID) of model element, when it is
deleted. I have a listener that is called when a model element is deleted.

I tried using GMFResource.getSavedID(), and ((XMLResource)
element.eResource()) however, they are both returning null.


Is there any other way to get the UUID after the deletion of model element?


Thank you in advance for your help.