help finding service component implementation
![]()
where do I find the implementation of
public class WorkItemClient { (rtc 3.0.1.1) |
5 answers
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Apr 05 '12, 2:15 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER where do I find the implementation of Sam, have you tried in an Eclipse with SDK set up to navigate to the class (Find references/declarations)? |
![]()
I thought I had that all setup.. will look again
thx for the feedback.. |
![]()
Ralph Schoon (62.3k●3●36●43)
| 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. |
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Apr 05 '12, 8:04 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
For ServiceResponseHandler I found
|
![]()
com.ibm.team.workitem.service.internal.rest.getLinkTypes();
|