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

How to get IWorkItemCommon as a service?

I'm using an AbstractService for some followup functionality and need to get IWorkItemCommon to do some work. The javadoc on IWorkItemCommon says it can be used as a service:

* The work item library provides access to work item specific artifacts. On the client it
* can be obtained as a client library, on the server as a service.

Anyone know the implementation details for getting the service?

Thanks

0 votes



One answer

Permanent link
Dug around through the API some more, found how to do this:

IWorkItemServer workItemServer = getService(IWorkItemServer.class);

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
× 11,016

Question asked: Nov 24 '08, 12:32 p.m.

Question was seen: 7,894 times

Last updated: Nov 24 '08, 12:32 p.m.

Confirmation Cancel Confirm