Is it posiible to change owner of the component programmactically using JAVA API?
![](http://jazz.net/_images/myphoto/72d5ddfdd174963f5059d86a6e2710a1.jpg)
2 answers
![](http://jazz.net/_images/myphoto/72d5ddfdd174963f5059d86a6e2710a1.jpg)
You can download the RTC SDK and the Javadoc for Java API from the the RTC download site - https://jazz.net/downloads/rational-team-concert.
The function you are looking for is -
IWorkspaceManager.renameComponent(IComponentHandle component,
String componentName, IProgressMonitor progressMonitor)
The function you are looking for is -
IWorkspaceManager.renameComponent(IComponentHandle component,
String componentName, IProgressMonitor progressMonitor)