jBPM distribution 6.0.0.Beta5

Uses of Interface
org.kie.api.task.model.Group

Packages that use Group
org.jbpm.runtime.manager.impl.task   
org.jbpm.services.task.deadlines.notifications.impl.email   
org.jbpm.services.task.identity   
org.jbpm.services.task.impl   
org.jbpm.services.task.impl.model   
 

Uses of Group in org.jbpm.runtime.manager.impl.task
 

Methods in org.jbpm.runtime.manager.impl.task that return Group
 Group SynchronizedTaskService.getGroupById(String groupId)
           
 

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

Methods in org.jbpm.runtime.manager.impl.task with parameters of type Group
 void SynchronizedTaskService.addGroup(Group group)
           
 

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

Uses of Group in org.jbpm.services.task.deadlines.notifications.impl.email
 

Methods in org.jbpm.services.task.deadlines.notifications.impl.email with parameters of type Group
protected  void EmailNotificationListener.buildMapByLanguage(Map<String,List<User>> map, Group group)
           
 

Uses of Group in org.jbpm.services.task.identity
 

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

Uses of Group in org.jbpm.services.task.impl
 

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

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

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

Method parameters in org.jbpm.services.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.services.task.impl.model
 

Classes in org.jbpm.services.task.impl.model that implement Group
 class GroupImpl
           
 


jBPM distribution 6.0.0.Beta5

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