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

Identifying deleted resource

I would like to identify recently deleted resources for the purpose of change impact analysis. Is there a JFS mechanism that will allow me to do this?

0 votes



4 answers

Permanent link
There is no notification API today on resource changes; however you could use queries to figure resources got deleted.

Say you created a baseline (https://jazz.net/wiki/bin/view/Main/JFSBaselineAPI) for the reference point you want to compare against. Then you could run a query against the baseline index, and a query against the live index and compare the results.

0 votes


Permanent link
There is no notification API today on resource changes; however you could use queries to figure resources got deleted.

Say you created a baseline (https://jazz.net/wiki/bin/view/Main/JFSBaselineAPI) for the reference point you want to compare against. Then you could run a query against the baseline index, and a query against the live index and compare the results.


Someone pointed me to this wiki:
http://jazz.net/wiki/bin/view/Main/ArchivingStoredResources

which seems to say that archived resources can be queried by supplying an additional parameter "include-archived".

Would it work? Thanks.

0 votes


Permanent link
The wiki you mentionned applied to JRS, an ancestor of JFS. This is no longer supported.

0 votes


Permanent link
I would like to be able to count the number of outgoing links from a resource (available in its index information). I can do it using a count operator supported by Jena Extensions to SPARQL. Does JFS Query processor support these extensions?

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

Question asked: Nov 05 '09, 5:24 p.m.

Question was seen: 5,455 times

Last updated: Nov 05 '09, 5:24 p.m.

Confirmation Cancel Confirm