Uses of Class
org.exoplatform.task.model.UserGroup
-
Packages that use UserGroup Package Description org.exoplatform.task.model org.exoplatform.task.util -
-
Uses of UserGroup in org.exoplatform.task.model
Methods in org.exoplatform.task.model that return types with arguments of type UserGroup Modifier and Type Method Description List<UserGroup>UserGroup. getChildren()Methods in org.exoplatform.task.model with parameters of type UserGroup Modifier and Type Method Description voidUserGroup. addChild(UserGroup group)Method parameters in org.exoplatform.task.model with type arguments of type UserGroup Modifier and Type Method Description voidUserGroup. setChildren(List<UserGroup> children) -
Uses of UserGroup in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return types with arguments of type UserGroup Modifier and Type Method Description static List<UserGroup>UserUtil. buildGroupTree(Collection<org.exoplatform.services.organization.Group> groups)
-