On Wed, Jun 9, 2010 at 03:53, Radek Rekas <Radek.Rekas(a)evalua.com.au> 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/…
for the list of methods (we really need to include all plugins apis in
the generated javadoc...).
--
Thomas Mortagne