Welcome to the Jazz Community Forum
Is it posiible to change owner of the component programmactically using JAVA API?

2 answers

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)