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

Retrieving IContributorHandle using Contributor attributes

Contributor item attributes (values) would be coming from UI and using any of those values, I need to get the IContributorHandle of that Contributor at the service end. Which attribute could be used for this purpose and what is the relevant api function to get the handle?

1

0 votes



One answer

Permanent link
itemId is a good choice and one can use that like the following to get the contributor handle

IContributorHandle contributorHandle = (IContributorHandle) IContributor.ITEM_TYPE
.createItemHandle(UUID.valueOf(params.itemId), null);//itemId is a string here passed from UI

0 votes

Your answer

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,936

Question asked: Mar 06 '09, 2:00 p.m.

Question was seen: 7,565 times

Last updated: Mar 06 '09, 2:00 p.m.

Confirmation Cancel Confirm