cancel
Showing results for 
Search instead for 
Did you mean: 

Implement Entity Group for IdentityService

guerreroje
Champ in-the-making
Champ in-the-making
Hi all,

I'm developing my own implementation of GroupIdentityManager, but i see that the saveGroup method
of the IdentityServiceImpl class executes the SaveGroupCmd command with the GroupEntity implementation.
This forces me to inherit of GroupEntity instead of implement directly from the "Group" interface.

In the case of the saveUser method if used correctly the SaveUserCmd command through the "User" Interface.

Activiti Engine: v5.17.0

Sorry for my English….
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
Ok, I can see how that would hinder your implementation. Would you be able to create a Pull request with such a change?

guerreroje
Champ in-the-making
Champ in-the-making
Thanks for the response. I have created the pull request:

https://github.com/Activiti/Activiti/pull/590