cancel
Showing results for 
Search instead for 
Did you mean: 

BpmnParseListener has currently internal implementation :-/

udoderk
Champ in-the-making
Champ in-the-making
Hi Activiti core team,

The BpmnParseListener is currenlty  internal implementation class, so no stability guarantees is given on that class. This class is used not only in other internal implementation classes, but by some people from activiti community (see 1,2,3 for example).

Are you planned to make it public or get a public accsess to it's features?

Thanks
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

Valid point.
BTW, we changed the BpmnParseListener in our GIT master version because we refactored the BPMN parsing so that we now have one parse module for the Engine, Modeler and Designer.
This means that the XML elements are not passed anymore and instead you get a parsed POJO from the BPMN model module.
But we should make it part of the public API, you're right.

Best regards,