It's all about the answers!

Ask a question

help finding service component implementation


sam detweiler (12.5k6192201) | asked Mar 30 '12, 12:30 p.m.
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)

5 answers



permanent link
Ralph Schoon (62.3k33643) | answered Apr 05 '12, 2:15 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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)?

permanent link
sam detweiler (12.5k6192201) | answered Apr 05 '12, 7:45 a.m.
I thought I had that all setup.. will look again

thx for the feedback..

permanent link
Ralph Schoon (62.3k33643) | answered Apr 05 '12, 8:02 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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.

permanent link
Ralph Schoon (62.3k33643) | answered Apr 05 '12, 8:04 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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 {

permanent link
sam detweiler (12.5k6192201) | answered Apr 06 '12, 3:33 p.m.
com.ibm.team.workitem.service.internal.rest.getLinkTypes();

Your answer


Register or to post your answer.