Where would I find this in the SDK?

Hi,
I need assisting with identifying the correct Java package that will have the code we need to customize for our project.
The extension point we are looking for is "Deliver (server)"
The code we need is "Require Work Item and Conditions"
We do have the RTC SDK downloaded and installed.
Thank you in advance for assisting me.
- Mike Dexter
Citi
Accepted answer

that should narrow it down. then look in the sdk directories, plugin.xml to see if that ID is present..
I'll try to look tomorrow.. just got home from a long (1400 mile) drive.
Comments

the extension point is
operationId="com.ibm.team.scm.server.deliver"
most of the built in advisors for that operation id are in
com.ibm.team.filesystem.service
that code however is not configured for that operation point.
usually you would filter out required properties before you get to this point
that plugin is on operation
<operation id="com.ibm.team.scm.client.deliver">
id="com.ibm.team.process.deliver.requireWorkItem"

Thank you Sam. Have a good weekend.

Mike, here is a list: https://jazz.net/wiki/bin/view/Main/CustomPreconditionsTable#operations
You might also want to check this posts on how to find stuff in the API:
https://rsjazz.wordpress.com/2014/03/24/hiding-ui-contributions-in-the-rtc-eclipse-client/
https://rsjazz.wordpress.com/2014/02/21/adding-context-menus-for-jazz-objects-to-the-rtc-eclipse-client/