Uses of Interface
org.jbpm.api.identity.Group

Packages that use Group
org.jbpm.api the primary facade interfaces to the process repository, the execution repository and the management functionalities
 

Uses of Group in org.jbpm.api
 

Methods in org.jbpm.api that return Group
 Group IdentityService.findGroupById(java.lang.String groupId)
          lookup a group.
 

Methods in org.jbpm.api that return types with arguments of type Group
 java.util.List<Group> IdentityService.findGroupsByUser(java.lang.String userId)
          all group ids (String) for which this user is a member.
 java.util.List<Group> IdentityService.findGroupsByUserAndGroupType(java.lang.String userId, java.lang.String groupType)
          groups of the given groupType for which the given user is a member.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.