Uses of Class
org.jbpm.task.Group

Packages that use Group
org.jbpm.task   
org.jbpm.task.api   
org.jbpm.task.identity   
org.jbpm.task.impl   
 

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.api
 

Methods in org.jbpm.task.api that return Group
 Group TaskIdentityService.getGroupById(String groupId)
           
 Group TaskServiceEntryPoint.getGroupById(String groupId)
           
 

Methods in org.jbpm.task.api that return types with arguments of type Group
 List<Group> TaskIdentityService.getGroups()
           
 List<Group> TaskServiceEntryPoint.getGroups()
           
 

Methods in org.jbpm.task.api with parameters of type Group
 void TaskIdentityService.addGroup(Group group)
           
 void TaskServiceEntryPoint.addGroup(Group group)
           
 

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

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.impl
 

Methods in org.jbpm.task.impl that return Group
 Group TaskIdentityServiceImpl.getGroupById(String groupId)
           
 Group TaskServiceEntryPointImpl.getGroupById(String groupId)
           
 

Methods in org.jbpm.task.impl that return types with arguments of type Group
 List<Group> TaskIdentityServiceImpl.getGroups()
           
 List<Group> TaskServiceEntryPointImpl.getGroups()
           
 

Methods in org.jbpm.task.impl with parameters of type Group
 void TaskIdentityServiceImpl.addGroup(Group group)
           
 void TaskServiceEntryPointImpl.addGroup(Group group)
           
 

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



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