|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |