getting notification for modification of item
![]()
I have extended the repository database to new object. Is there any way i can attach listeners to get notification for the updates like add/delete/modification of object on
|
6 answers
![]()
never mind i think i got the answer, we can use ItemManager for the same
|
![]()
I tried using item manager to get notification for changes in workitem. For Workitem it worked.
But when i tried using it for items which i have used to extend the repository database it didnt work Do i need to some more changes so that notifications are properly propagated |
![]()
I replied to your post in the other newsgroup before I saw your post in
this newsgroup. - Matt Lavin Jazz Server Team On Wed, 2009-01-07 at 06:57 +0000, yogesh.arora wrote: I tried using item manager to get notification for changes in |
![]()
where did you reply to my post, can u please point me to the link
Or would it be possible to post the solutions here itself |
![]()
I can't find my post either, perhaps I only thought about replying. If
you have created your own item type in the repository, then you are the only component that is allowed to modify the item directly through IRepositoryItemService. Since you own all the code that can modify the item, you should be able to add the listener framework you desire to your code. - Matt Lavin Jazz Server Team On Thu, 2009-01-08 at 05:07 +0000, yogesh.arora wrote: where did you reply to my post, can u please point me to the link |
![]()
are there some examples i can look for doing the same
|