I want IVersionableHandle object with plain java Api
Hello,
I am working with plain java application, i am able to find project area, stream, component.
Now I want IVersionableHandle object to do few operation, I am not able to find the exact way how can i get this object with plain java api.
Please let me know the steps to find this handler.
I want to give IVersionableHandle to this function as an input
If any other information required then let me know.
Thanks!!
Regards,
Vikas
I am working with plain java application, i am able to find project area, stream, component.
Now I want IVersionableHandle object to do few operation, I am not able to find the exact way how can i get this object with plain java api.
Please let me know the steps to find this handler.
I want to give IVersionableHandle to this function as an input
public static List<Association> getAllAssociationsForFile(ITeamRepository repo, IWorkspaceHandle workspace, IComponentHandle component, String sandboxLocation_CanBeNullIfRunningFromWithinEclipseRTC, IVersionableHandle file)
If any other information required then let me know.
Thanks!!
Regards,
Vikas
Comments
Morten Madsen
May 28 '15, 7:59 a.m.Hi, can you explain what information you have? Like the path to the file, or the file name?
I IVersionableHandle is a reference to a file under source control. So what do you want a reference to?
I've made a lot of stuff like this, and can easily supply code samples.
vikas v
May 28 '15, 9:56 a.m.Hello,
As of now I have file Path(loaded path eg: "tk/Just_a_file.txt" ) and file UUID.
Regards,
Vikas
vikas v
Jun 05 '15, 2:20 a.m.Please let me know the solution.
Naveen Tyagi
Oct 20 '15, 2:27 a.m.Hi Vikash,
how did you get RTC source control file path using Plain Java API. i am new to this and idk know how to start.