jBPM distribution 6.1.0.CR2

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

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

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

Methods in org.jbpm.services.task.commands that return Group
 Group GetGroupCommand.execute(org.kie.internal.command.Context cntxt)
           
 

Methods in org.jbpm.services.task.commands that return types with arguments of type Group
 List<Group> GetGroupsCommand.execute(org.kie.internal.command.Context cntxt)
           
 

Constructor parameters in org.jbpm.services.task.commands with type arguments of type Group
AddUsersGroupsCommand(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 TaskIdentityServiceImpl.getGroupById(String groupId)
           
 

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

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

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

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

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

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

Method parameters in org.jbpm.services.task.impl.command with type arguments of type Group
 void CommandBasedTaskService.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
           
 

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

Methods in org.jbpm.services.task.persistence that return Group
 Group JPATaskPersistenceContext.findGroup(String groupId)
           
 Group JPATaskModelFactory.newGroup()
           
 Group JPATaskModelFactory.newGroup(String id)
           
 Group JPATaskPersistenceContext.persistGroup(Group group)
           
 Group JPATaskPersistenceContext.removeGroup(Group group)
           
 Group JPATaskPersistenceContext.updateGroup(Group group)
           
 

Methods in org.jbpm.services.task.persistence with parameters of type Group
 Group JPATaskPersistenceContext.persistGroup(Group group)
           
 Group JPATaskPersistenceContext.removeGroup(Group group)
           
 Group JPATaskPersistenceContext.updateGroup(Group group)
           
 


jBPM distribution 6.1.0.CR2

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