3 Replies Latest reply on Nov 25, 2007 4:36 AM by alaak

    [GPD] What are doModelAdd and doModelRemove from the XmlAdap

    alaak

      Hi

      I have a question concerning the graphical process designer (Version 3.1.0.CR1). I am working with the XMLAdapter classes and I am trying to add my own Adapters. After some Debugging Sessions I'm now pretty sure that I know what the initialize methods the doModelUpdate method does.

      However I was not able to figure out what doModelAdd and doModelRemove are doing. I thought they might be called when children are added to or removed from the model (according to the code in the methods), so I added some breakpoints and did some manipulation to the model but no matter what I did the two methods are never called. Can someone tell me what they are for?