RTC Eclipse Client - perform action after accepting incoming changes
![]()
I need to perform an action after a user has accepted incoming changes in Eclipse, using RTC Eclipse client. Does the Eclipse client offer any extension points that I could use for this? Action has to be performed on the client side, not the server.
Any hints would be greatly appreciated! |
One answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Feb 01 '16, 8:47 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
These are the operation ID's and extension point I am aware of. https://jazz.net/wiki/bin/view/Main/CustomPreconditionsTable#operations
Accept does not show up and also not in the operational behavior available in the Eclipse Admin UI. Comments ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Note that Ralph is referring to extension points defined on the server (that apply to all clients). Also note that an accept into a stream will trigger the deliver extension point for that stream.
|