How to fetch history of elements using ClearCase CM API?

前端 未结 1 1132
轮回少年
轮回少年 2021-01-15 13:12

I want to fetch history of file elements like pdf files, doc files, etc. which are under clearcase control using Rational CM API which are provided by clearcase. I have writ

相关标签:
1条回答
  • 2021-01-15 13:49

    The official documentation for CM API 7.1.x.
    Make sure you have selected the "CM Library Samples and Documentation" feature under the Client Components section of the install. in order to check the code examples included with the javadoc.

    From the object model overview, check if collections apply your case.

    0 讨论(0)
提交回复
热议问题