jBPM distribution 6.0.0.Alpha9

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

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

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

Methods in org.jbpm.task.api with parameters of type Group
 void TaskServiceEntryPoint.addGroup(Group group)
           
 void TaskIdentityService.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 TaskServiceEntryPointImpl.getGroupById(String groupId)
           
 Group TaskIdentityServiceImpl.getGroupById(String groupId)
           
 

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

Methods in org.jbpm.task.impl with parameters of type Group
 void TaskServiceEntryPointImpl.addGroup(Group group)
           
 void TaskIdentityServiceImpl.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)
           
 

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)
           
 


jBPM distribution 6.0.0.Alpha9

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