How can we get all repository files under a component from RTC stream using Client plain java libraries?
Jagadeesh Marada (23●1●13)
| asked Feb 15 '18, 5:04 a.m.
edited Jun 01 '18, 3:47 p.m. by David Lafreniere (4.8k●7) Hi Techleads,
My requirement is to get all repository files under a Component and to check their date modifed.Can any one Guide me the way to get as the same.I didn't find any api to get the all repository files.
Thank you.
|
2 answers
Ralph Schoon (63.5k●3●36●46)
| answered Feb 15 '18, 6:55 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Here is an example for a repository workspace: http://thescmlounge.blogspot.de/2013/08/getting-your-stuff-using-rtc-sdk-to-zip.html A stream is pretty much the same.
|
I have download the RTC-Client-plainJavaLib-6.0.2,there is a folder snippets in it.The folder is the example code.
Maybe it can give you a hint.
1.IWorkspaceHandle
2.repo -> workspaceManager -> workspaceConnection -> componentHandle
3.IVersionableHandle
4.IVersionable
5.fileItem
6.IFileContent
And it is by bytestream to download a file from RTC.
|
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.