BpmnParseListener has currently internal implementation :-/

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2012 04:26 PM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2013 04:37 AM
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,
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,
