11-10-2008 08:27 AM
11-12-2008 03:12 AM
11-13-2008 05:20 AM
11-13-2008 06:16 AM
11-13-2008 11:41 AM
Set set = new hashSet();
String groupName = "GROUP_DEVELOPERS";
if (authorityService.authorityExists(groupName)) {
Set<String> users = authorityService.getContainedAuthorities(AuthorityType.GROUP, groupName, false);
for (String member : users) {
if (actorSelectionService.isElligibleUser(member))
set.add(member);
}
}
11-14-2008 06:13 AM
GROUP_EVERYONE
ROLE_ADMINISTRATOR
GROUP_EMAIL_CONTRIBUTORS
Donc, où est mon groupe?Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.