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

Packages that use Group
org.jbpm.api the jBPM API, Start by creating a Configuration, build a ProcessEngine from that, and then you can find the workflow methods on the services like ExecutionService, TaskService
 

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 © 2010 JBoss Community. All Rights Reserved.