can we get component names and stateid by giving UUID?
Hello All,
I'm getting only UUID by using this code:
List<IWorkspaceHandle> findWorkspaces1 = workspaceManager.findWorkspaces(cri1, Integer.MAX_VALUE, monitor);
IWorkspaceHandle workspaceHandle3 = findWorkspaces1.get(0);
IScmService scmService = (IScmService) ((IClientLibraryContext) teamRepository).getServiceInterface(IScmService.class);
IComponentHandle[] components = scmService.getComponentsForWorkspace(workspaceHandle3, null);
How to get component name and StateID by giving UUID as input?
Kindly help me out. Thanks in advance.
I'm getting only UUID by using this code:
List<IWorkspaceHandle> findWorkspaces1 = workspaceManager.findWorkspaces(cri1, Integer.MAX_VALUE, monitor);
IWorkspaceHandle workspaceHandle3 = findWorkspaces1.get(0);
IScmService scmService = (IScmService) ((IClientLibraryContext) teamRepository).getServiceInterface(IScmService.class);
IComponentHandle[] components = scmService.getComponentsForWorkspace(workspaceHandle3, null);
How to get component name and StateID by giving UUID as input?
Kindly help me out. Thanks in advance.