On Wed, Jun 9, 2010 at 03:53, Radek Rekas <[email protected]> wrote:
> Is it possible to get a list of all users that a user belongs to using 
> velocity or groovy?
>
> The getAllMatchedUsers() method in the XWikiGroupService looks like it would 
> do what I need but this does not seem to be exposed in the xwiki api for use 
> in velocity/groovy?

The public api entry point is $xwiki.rightsmanager, see
http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/plugin/rightsmanager/RightsManagerPluginApi.java
for the list of methods (we really need to include all plugins apis in
the generated javadoc...).

>
> http://maven.xwiki.org/site/xwiki-core-parent/xwiki-core/apidocs/com/xpn/xwiki/user/api/XWikiGroupService.html
>
>
> Radek Rekas
>
>
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Thomas Mortagne
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to