jBPM Console NG - Human Tasks API 6.1.0.Beta4

Uses of Class
org.jbpm.console.ng.ht.model.Group

Packages that use Group
org.jbpm.console.ng.ht.model   
org.jbpm.console.ng.ht.service   
 

Uses of Group in org.jbpm.console.ng.ht.model
 

Methods in org.jbpm.console.ng.ht.model that return Group
 Group Group.getParent()
           
 

Methods in org.jbpm.console.ng.ht.model that return types with arguments of type Group
 List<Group> User.getGroups()
           
 

Methods in org.jbpm.console.ng.ht.model with parameters of type Group
 void Group.setParent(Group parent)
           
 

Method parameters in org.jbpm.console.ng.ht.model with type arguments of type Group
 void User.setGroups(List<Group> groups)
           
 

Uses of Group in org.jbpm.console.ng.ht.service
 

Methods in org.jbpm.console.ng.ht.service that return types with arguments of type Group
 List<Group> IdentityServiceMock.getAllGroups()
           
 List<Group> GroupServiceEntryPoint.getGroupsByParent(String idParent)
           
 


jBPM Console NG - Human Tasks API 6.1.0.Beta4

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