Uses of Class
com.fluig.sdk.api.group.GroupVO
-
Packages that use GroupVO Package Description com.fluig.sdk.service -
-
Uses of GroupVO in com.fluig.sdk.service
Methods in com.fluig.sdk.service that return GroupVO Modifier and Type Method Description GroupVOGroupService. create(GroupVO vo)Cria um novo grupo.GroupVOGroupService. create(GroupVO vo, Long tenantId)Create grupoGroupVOSecurityService. findGroupByTenantIdAndCode(Long tenantId, String code)Retorna o grupo por code e tenantMethods in com.fluig.sdk.service that return types with arguments of type GroupVO Modifier and Type Method Description List<GroupVO>GroupService. findGroupsByUser(String genericId, String pattern)Retorna grupo por usuárioMethods in com.fluig.sdk.service with parameters of type GroupVO Modifier and Type Method Description GroupVOGroupService. create(GroupVO vo)Cria um novo grupo.GroupVOGroupService. create(GroupVO vo, Long tenantId)Create grupo
-