What is the eventCategory for Project Area change event? And how to set an IProcessDefinitionCreatorParticipant?
Hi guys,
I'm trying to implement an event handler for Project Area changes, do you know what is the eventCategory that I should use?
And also, I'm trying to to run some code when a Project Area is created. I found an implementation of an IProcessDefinitionCreatorParticipant (ProcessAuthoringCopyProcessDescriptionService). I've added the extension point in my plugin.xml but it's not been called (at least from Jetty configuration)
I wrote a very simple code to test it
public class ProjectAreaCreationService extends ProcessAuthoringAbstractService implements IProjectAreaInitializer, IProcessDefinitionCreatorParticipant { But no success <style type="text/css"> p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px 'Courier New'; color: #011993} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px 'Courier New'; color: #008f00} p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px 'Courier New'} span.s1 {color: #000000} span.s2 {color: #011993} span.Apple-tab-span {white-space:pre} </style> |
Be the first one to answer this question!
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.