Uses of Class
org.activiti.cloud.identity.model.Group
-
Packages that use Group Package Description org.activiti.cloud.identity org.activiti.cloud.identity.web.assembler org.activiti.cloud.identity.web.controller -
-
Uses of Group in org.activiti.cloud.identity
Methods in org.activiti.cloud.identity that return types with arguments of type Group Modifier and Type Method Description List<Group>IdentityManagementService. findGroups(String search, Set<String> roles, Integer page, Integer size) -
Uses of Group in org.activiti.cloud.identity.web.assembler
Methods in org.activiti.cloud.identity.web.assembler that return types with arguments of type Group Modifier and Type Method Description org.springframework.hateoas.EntityModel<Group>ModelRepresentationGroupAssembler. toModel(Group group)Methods in org.activiti.cloud.identity.web.assembler with parameters of type Group Modifier and Type Method Description org.springframework.hateoas.EntityModel<Group>ModelRepresentationGroupAssembler. toModel(Group group) -
Uses of Group in org.activiti.cloud.identity.web.controller
Methods in org.activiti.cloud.identity.web.controller that return types with arguments of type Group Modifier and Type Method Description org.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<Group>>IdentityManagementController. getGroups(String search, Set<String> roles, org.springframework.data.domain.Pageable pageable)
-