What is extensionService used for?
![]()
I am playing around with Follow-up operations and Event Handlers. Both
extension points support extensionService child. What is this used for? I understand the class set at parent level (operationParticipant and eventHandler) can do the work...? Thanks in advance, Chemi. |
2 answers
![]()
Jared Burns (4.5k●2●9)
| answered Nov 25 '09, 8:18 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
On Sun, 22 Nov 2009 23:46:48 +0100, Chemi wrote:
I am playing around with Follow-up operations and Event Handlers. Both The class JavaDoc on IChangeEventHandler tries to explain this. The extensionService element is needed if your event handler wants to get access to other services (for example, IRepositoryItemService). -- Jared Burns Jazz Process Team |
![]()
In which case the eventHandler class could/should be different from the extensionService implementationClass?
<extension point="com.ibm.team.process.service.eventHandlers">
Besides, what does the extensionService componentId attribute stand for?
Thanks in advance.
|