how to load components by name
One answer
Please see this post: https://rsjazz.wordpress.com/2013/09/24/managing-workspaces-streams-and-components-using-the-plain-java-client-libraries/ and this post: http://thescmlounge.blogspot.de/2013/08/getting-your-stuff-using-rtc-sdk-to-zip.html both blogs have related posts where you can look as well.
We have already pointed to these resources in other similar questions you asked.
Please understand that a stream and a workspace are essentially the same concept when you read/download.
We have already pointed to these resources in other similar questions you asked.
Please understand that a stream and a workspace are essentially the same concept when you read/download.
Comments
I have created one workspace in RTC GUI...and provided name for that workspace in progam..
In that workspace we have 142 componenets....
how can we get particular one....
else it will be very hard for processing all 142 componenets and all...
please suggest some way..
Thanks,
Sumit
I would recommend to actually read through the source code of the blogs. It is easy enough to find. The call findComponent() is one way of doing it - see image below. I am not sure, but assume you can also iterate all components of the stream/workspace.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jul 15 '14, 4:06 a.m.What do you want to do and why? You could use the SCM commandline, you could load it in the UI by right clicking it in the show repository files. You might ask for API. Not sure, so please provide more information.
Sumit Singh Tomar
Jul 15 '14, 7:06 a.m.Sorry to mention it... i have to use java api for the same...