RTC Java API - how to save a working copy of type IReadAccessList
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.