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

help finding service component implementation

where do I find the implementation of

public class WorkItemClient {


public native static void getLinkTypes(
ServiceResponseHandler<LinkTypeDTO> responseHandler,
ParmsGetLinkTypes parms);


(rtc 3.0.1.1)

0 votes



5 answers

Permanent link
where do I find the implementation of

public class WorkItemClient {


public native static void getLinkTypes(
ServiceResponseHandler<LinkTypeDTO> responseHandler,
ParmsGetLinkTypes parms);


(rtc 3.0.1.1)


Sam, have you tried in an Eclipse with SDK set up to navigate to the class (Find references/declarations)?

0 votes


Permanent link
I thought I had that all setup.. will look again

thx for the feedback..

0 votes


Permanent link
Hi sam,

I can't find getLinkTypes() in com.ibm.team.workitem.client.internal.WorkItemClient or IWorkitemClient.

(RTC 3.0.1). I found it at several rest related classes, but I am not sure that it is the same.

Please be aware the SDK does also not, as far as i know, contain all the code.

0 votes


Permanent link
For ServiceResponseHandler I found

package com.ibm.jdojo.repository.web.transport;

import com.ibm.jdojo.lang.DojoObject;
import com.ibm.jdojo.lang.IJSFunction;
import com.ibm.jdojo.lang.annotations.Inline;
import com.ibm.jdojo.lang.annotations.Stub;
import com.ibm.jdojo.repository.web.rest.TeamRepositoryExceptionData;

@Stub("com.ibm.team.repository.web.transport.ServiceResponseHandler")
public class ServiceResponseHandler<T> extends DojoObject {

0 votes


Permanent link
com.ibm.team.workitem.service.internal.rest.getLinkTypes();

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

Question asked: Mar 30 '12, 12:30 p.m.

Question was seen: 5,153 times

Last updated: Mar 30 '12, 12:30 p.m.

Confirmation Cancel Confirm