Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Repository save notification

How can I obtain a notification when an item is saved to repository? Any place that I can add a listener object for such purpose?

Thanks,

Weiping

0 votes



3 answers

Permanent link
This is not possible. If you feel that this is something important, you
could file a feature request and make your case.

https://jazz.net/jazz/web/projects/Jazz%20Foundation#action=com.ibm.team.workitem.newWorkItem

0 votes


Permanent link
Thank you for the reply.

Is there any suggested work-around? The notification is only needed on the server side.

Here is the background information for this question:

Upon a client request, our REST service application fetches items from the repository, and does some processing based on the fetched data. The processed results are cached. For the same client request at a latter time, we would only want to fetch those items that have been modified in the repository, and do an incremental update on the processed results.

0 votes


Permanent link
One option would be to build a query that represents "find items
modified after <date>". You could execute that query and fetch only
those results when needed. That should avoid the need for the save
notification.

-
Matt Lavin
Jazz Server Team


On Thu, 2009-02-12 at 06:47 +0000, wlu wrote:
Thank you for the reply.

Is there any suggested work-around? The notification is only needed on
the server side.

Here is the background information for this question:

Upon a client request, our REST service application fetches items from
the repository, and does some processing based on the fetched data.
The processed results are cached. For the same client request at a
latter time, we would only want to fetch those items that have been
modified in the repository, and do an incremental update on the
processed results.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,930

Question asked: Feb 10 '09, 9:00 p.m.

Question was seen: 6,019 times

Last updated: Feb 10 '09, 9:00 p.m.

Confirmation Cancel Confirm