Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to get the RTC version ID using client libraries ?

Hello

I want to fetch the unique version id  of RTC file using client libraries ?

Is there any way where i get the RTC version id  of a file based on every change?
Thank YOU

0 votes

Comments

i used the following code ,
SCMPlatform.getWorkspaceManager(rtcTeamRepo).getVersionableIdentifiers( new IVersionableHandle[] {versionableHandle}, monitor));

But it do not get the expected result ,

Is it the right api i am using ?



One answer

Permanent link
IWorkspaceManager#getVersionableIdentifiers() is the correct client-side API to use to get the version IDs of a file (an IVersionable).

You say "But it do not get the expected result"... what result are you expecting?

0 votes

Your answer

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

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,937

Question asked: May 23 '18, 2:46 a.m.

Question was seen: 1,548 times

Last updated: Jan 11 '19, 3:26 p.m.

Confirmation Cancel Confirm