It's all about the answers!

Ask a question

Using RTC Java API, how to get the components present in a snapshot and load them using just the Snapshot URL?


Venkatesh R (1518) | asked Nov 23 '17, 8:05 a.m.

Using RTC Java API, how to get the components present in a snapshot and load them using just the Snapshot URL?

Accepted answer


permanent link
Ralph Schoon (63.1k33646) | answered Nov 24 '17, 2:56 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/ shows how to use a UUID to get the object. Assuming the URL contains the UUID, that would be a viable option to look into.

If the URL only contains the name, the SCM API allows to search for streams with names as explained here: https://rsjazz.wordpress.com/2013/09/24/managing-workspaces-streams-and-components-using-the-plain-java-client-libraries/ .

Venkatesh R selected this answer as the correct answer

Your answer


Register or 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.