Re: modify association provider
Kirk Augustin <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <[email protected]> |
Not sure exactly what you mean. And association is just an object that hold the paths of 2 other objects, so that they can be linked in a query and each found. The association provider copies the paths into the association instance, but does not change or effect the actual instances that it linked together, so should not be expected to call those instance providers. But since your provider must have the paths of each object, then it could also access and modify them if it wanted to. However, it would be somewhat inappropriate for an association provider to do that. ________________________________ From: Ricardo Mendes <[email protected]> To: [email protected] Sent: Tue, July 6, 2010 4:15:25 PM Subject: modify association provider Hi Everybody, I have one association provider, if I modify one of it's associated providers trough the association provider, should the modify_instance of the associated provided be invoked? Mine isn't being invoked, which is a problem for me. Thanks in advance, RM