Inviting web users programatically with JAVA
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2009 04:42 AM
Hi,
I want to invite users to several web projects in alfresco. I have
- Defined the top level Roles and Groups in a property file. Like (ContentPublisher=My_WEB_CONTENT_APPROVERS) and making a MAP<String,String>();
- For a AVM store I am using the below code to invite web users/group.
but in web client it is not showing the sandbox for other users and no updates in the project users message. It is showing the default "One user is working on this project".
any help would be appriciated.
Thanks
Maruti TM.
I want to invite users to several web projects in alfresco. I have
- Defined the top level Roles and Groups in a property file. Like (ContentPublisher=My_WEB_CONTENT_APPROVERS) and making a MAP<String,String>();
- For a AVM store I am using the below code to invite web users/group.
serviceRegistry.getWebProjectService().inviteWebUsersGroups( _storeNodeRef, _groupRoleMap, true);
but in web client it is not showing the sandbox for other users and no updates in the project users message. It is showing the default "One user is working on this project".
any help would be appriciated.
Thanks
Maruti TM.
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2011 07:30 AM
Hi,
Have you got this working?
I also have a requirement of inviting users to the webproject through java program.
It would be great if you could please let me know the solution.
Thanks,
Have you got this working?
I also have a requirement of inviting users to the webproject through java program.
It would be great if you could please let me know the solution.
Thanks,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2011 07:54 AM
I got this working.
