Uses of Class
org.jbpm.task.Group

Packages that use Group
org.jbpm.task   
org.jbpm.task.identity   
org.jbpm.task.service   
 

Uses of Group in org.jbpm.task
 

Methods in org.jbpm.task with parameters of type Group
 Iterator<OrganizationalEntity> UserInfo.getMembersForGroup(Group group)
           
 boolean UserInfo.hasEmail(Group group)
           
 

Uses of Group in org.jbpm.task.identity
 

Methods in org.jbpm.task.identity with parameters of type Group
 Iterator<OrganizationalEntity> LDAPUserInfoImpl.getMembersForGroup(Group group)
           
 boolean LDAPUserInfoImpl.hasEmail(Group group)
           
 

Uses of Group in org.jbpm.task.service
 

Methods in org.jbpm.task.service with parameters of type Group
 void TaskServiceSession.addGroup(Group group)
           
 Iterator<OrganizationalEntity> DefaultUserInfo.getMembersForGroup(Group group)
           
 boolean DefaultUserInfo.hasEmail(Group group)
           
 

Method parameters in org.jbpm.task.service with type arguments of type Group
 void TaskService.addUsersAndGroups(Map<String,User> users, Map<String,Group> groups)
           
 



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