Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How do i identify the currently selected workspace from the team artifacts view.

Hello,

I want to get the currently selected repository workspace name from the Team artifacts view.

IWorkspaceSearchCriteria wsSearchCriteria = IWorkspaceSearchCriteria.FACTORY.newInstance();
wsSearchCriteria.setKind(IWorkspaceSearchCriteria.WORKSPACES);
workspaceMgr.findWorkspaces(wsSearchCriteria, getPageCount(), monitor);
List <IWorkspaceHandle> workspaceHandles = workspaceMgr.findWorkspaces(wsSearchCriteria, Integer.MAX_VALUE, monitor);


With the above mentioned code, i will be able to retrieve all the workspace's i have, but from this list how do i identify the workspace which user has selected currently.

0 votes


Be the first one to answer this question!

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,940

Question asked: Jan 09 '14, 11:37 a.m.

Question was seen: 3,275 times

Last updated: Jan 09 '14, 11:37 a.m.

Confirmation Cancel Confirm