It's all about the answers!

Ask a question

RTC Java API - how to save a working copy of type IReadAccessList


Mitchell Dyer (111) | asked Jul 19 '18, 11:18 a.m.

Hi,


Currently I am writing a script to synchronize between a list of contributors and a process area's read access list. I am able to get a working copy of the read access list and add/remove contributors, but am drawing a blank on how to "save" (for lack of a better term) those changes. I know that when modifying a working copy of a contributor, there's a method contained in: 

com.ibm.team.repository.client.IContributorManager.saveContributor(IContributor, IProgressMonitor)

which seems to save the modifications made to the contributor working copy within the repository. 

Is there a similar method for an IItem.getWorkingCopy() instance? I am having difficulty finding a similar method in the API documentation.

Thank you.

Be the first one to answer this question!


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