Implement Entity Group for IdentityService
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2015 11:41 PM
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….
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….
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2015 12:05 PM
Ok, I can see how that would hinder your implementation. Would you be able to create a Pull request with such a change?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2015 11:48 PM
Thanks for the response. I have created the pull request:
https://github.com/Activiti/Activiti/pull/590
https://github.com/Activiti/Activiti/pull/590
