Uses of Class
org.jbpm.userprofile.Group

Packages that use Group
org.jbpm.userprofile   
 

Uses of Group in org.jbpm.userprofile
 

Methods in org.jbpm.userprofile that return types with arguments of type Group
 List<Group> UserProfileManager.getFlattenedGroupsForUser(String userId)
          Return a list of all the direct groups and all the sub groups that the user belongs to.
 List<Group> UserProfileRepository.getGroups()
           
 List<Group> UserProfileManager.getGroups()
          Return all registered users
 List<Group> UserProfileManager.getGroupsForUser(String userId)
          Return a list of all the groups that the user belongs to.
 

Methods in org.jbpm.userprofile with parameters of type Group
 List<OrganizationalEntity> DroolsTaskUserProfile.getMembersForGroup(Group group)
           
 boolean DroolsTaskUserProfile.hasEmail(Group group)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.