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

Working with handles

How can i get the originating full object from handles like IProjectAreaHandle, IContributorHandle, IWorkItemHandle.

0 votes



One answer

Permanent link
The object can be fetched using the handle with
IRepositoryItemService on the server and
ItemManager from the client side.

Here are some of the examples and tutorials:
- https://jazz.net/learn/LearnItem.jsp?href=content/docs/client-library-programming/index.html
- https://jazz.net/wiki/bin/view/Main/ComponentDevelopment
- https://jazz.net/wiki/bin/view/Main/JazzTalkWalkthrough

<snip>
... from https://jazz.net/wiki/bin/view/Main/JazzTalkWalkthrough

IRepositoryItemService repositoryItemService = getService(IRepositoryItemService.class);
IItem[] items = repositoryItemService.fetchItems(itemQueryPage.handlesAsArray(), null);
</snip>

Dan Kogan

How can i get the originating full object from handles like IProjectAreaHandle, IContributorHandle, IWorkItemHandle.

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

Question asked: Jan 05 '09, 5:36 p.m.

Question was seen: 6,342 times

Last updated: Jan 05 '09, 5:36 p.m.

Confirmation Cancel Confirm