Last modified by Thomas Mortagne on 2017/03/24

From version 17.3
edited by Vincent Massol
on 2015/02/25
Change comment: There is no comment for this version
To version 18.1
edited by Vincent Massol
on 2015/02/25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -66,7 +66,9 @@
66 66  * Ability to return user data (e.g. user's email) and to programatically skip some entries based on programmatic condition
67 67  * Ability to exclude users/groups
68 68  
69 -Note that right now duplication is not handled at the level of ##UserIterator## (thus for example if a user is a member of several groups it'll be returned several times).
69 +Notes:
70 +* Right now duplication is not handled at the level of ##UserIterator## (thus for example if a user is a member of several groups it'll be returned several times).
71 +* This code is not performant as it will load one document per group and per user found. There's [[currently no way of handling this in a performant way>>http://jira.xwiki.org/browse/XWIKI-10377]].
70 70  
71 71  Example 1: List all users of a group by returning references
72 72  

Get Connected