Get history of IFileItem
Florian Haskamp (36●2●3)
| asked May 29 '12, 10:17 a.m.
retagged Dec 16 '13, 5:27 p.m. by David Lafreniere (4.8k●7)
I already found out how to get IFileItem objects for all of my source files. Now I am interested in history/changeset elements (like "lscm history" does on the command line).
How do I access corresponding change set information from an IFileItem? |
One answer
Ralph Schoon (63.5k●3●36●46)
| answered May 30 '12, 7:24 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
There is some JavaDoc for the Plain Java Client Libraries in the latest releases. The SDK has comments and source code. Follow https://jazz.net/library/article/784 and the Extensions workshop to set up your development environment and then you can look into the code. That is what I think is available.
Comments Thanks - I downloaded a newer SDK version and was finally able to extract the JavaDoc myself.
Yehiel Glass
commented Nov 13 '13, 9:34 a.m.
Hi Florian, Can you please help me to undersand how to get file history (in changesets) out of IFileItem ? (I'm working in server side) waiting for your answer, Yehiel
Florian Haskamp
commented Nov 14 '13, 2:13 a.m.
Hi,
Yehiel Glass
commented Nov 14 '13, 5:51 p.m.
Hi Florian,
Many thanks for your replay! You give me a hope..
CAn you provide a more detailed code? I don't understand this: "Use the changeHistory (a) with a versionableHandle (c) to receive change sets" - i didn't find any option like that.
Thanks again for your help.
|
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.
Comments
Alternatively, where can I find the API description of the RTC 2 SDK?
I downloaded the SDK but there is no documentation and no java doc embedded?
Hello. How can I get IFileItem objects for all of my source files from a repository? I'm looking for the solution into the api but I can't find out how to do that using the Java Plain Client Libraries. Thanks