It's all about the answers!

Ask a question

Where can I find source code for com.ibm.team.filesystem.ui.changes.actions.quick?


Pooja Nanda Kumar (11) | asked Aug 21 '23, 11:48 p.m.

I need to check the source code for SubmitForReviewAction class in the package "com.ibm.team.filesystem.ui.changes.actions.quick" but I'm unable to find it in com.ibm.team.filesystem.ui.jar

Accepted answer


permanent link
Ralph Schoon (63.3k33646) | answered Aug 22 '23, 2:00 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 The SDK contains com.ibm.team.filesystem.internal.rcp.ui.workitems.workflows.SubmitForReviewAction. That does not match your package. if you have installed the EWM SDK following https://jazz.net/library/article/1000 you can use Open Type to open the class.

Ralph Schoon selected this answer as the correct answer

Comments
Pooja Nanda Kumar commented Aug 22 '23, 2:25 a.m.

I could not find com.ibm.team.filesystem.internal.rcp.ui plugin in https://jazz.net/downloads/rational-team-concert/releases/6.0.6.1. Which SDK contains this plugin?


Ralph Schoon commented Aug 22 '23, 2:55 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Open Search>Java Paste the class name into the search field. Select type search, all references. Search.

In 6.0.6.1 I find SubmitForReviewAction in

com.ibm.team.filesystem.internal.rcp.ui.workitems.workflows - com.ibm.team.filesystem.rcp.ui.workitems_3.2.1300.v20190124_1935.jar - C:\RTC6061Dev\installs\rtc-server-sdk\plugins - External Plug-in Libraries

In 7.0.2.SR1 I find SubmitForReviewAction in 

com.ibm.team.filesystem.rcp.ui.workitems_3.2.1500.v20211201_1220.jar - C:\RTC702SR1Dev\installs\rtc-server-sdk\plugins


Pooja Nanda Kumar commented Aug 22 '23, 3:34 a.m.

Thank you for specifying the paths and doing the needful but Which search am I supposed to use? Open Search>Java Paste the class name into the search field. Select type search, all references. Search.

Could you please share me the URL


Ralph Schoon commented Aug 22 '23, 4:30 a.m. | edited Aug 22 '23, 4:34 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

What URL? The search is in your EWM Eclipse client setup for EWM SDK development.

Follow https://jazz.net/library/article/1000, perform lab 1. This can be challenging. If you have performed Lab1 until the end, you have EWM set up for SDK based development. 
Also see https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ and other posts on that blog. The blog posts are tagged and you can search. I collected a lot of API and how to over the years.



Ralph Schoon commented Aug 22 '23, 4:35 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Search a type

 


Pooja Nanda Kumar commented Aug 23 '23, 12:18 a.m.

Yes I was able to find it, Thanks a lot!

showing 5 of 6 show 1 more comments

Your answer


Register or 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.