Hi Gustavo,
On 1/7/07, Gustavo Gonzalez <[EMAIL PROTECTED]> wrote:
Hi, I think this get strategies could cover some of my requirements, but likely not all. I need, for example, besides private access to workitems for users, the possibility of giving access to the workitems of some user to other users, (this is needed, for instance, if someone is away and his/her activities must be taken by others). I also need the typical stores where anyone belonging to the group/role associated with that store can access all workitems in it. In order to do this, I'm thinking to use a private store for each user and also a store for each group, and managing the "store delegation" that I need to do with store access permissions. But I don't know how difficult it would be to create and register stores in runtime. If it can be done relatively quickly, I would prefer this alternative, because I have everything set up (component interface and partial implementation) to make it work this way.
I'm pretty convinced that the strategies can fill all your requirements but of course, I'm not in your boots and you're (your customer is) the final judge. Adding stores at runtime... maybe it would be time to separate store configuration from worklist configuration. The worklist configuration could include the store configuration... well... Adding stores at runtime is fine, but if the worklist is restarted the new stores have to be present as well. Maybe it'd be better to have a totally separate store configuration file that can be overwritten should any change occur. wdyt ? -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFE users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwfe-users?hl=en -~----------~----~----~----~------~----~------~--~---
