@RestController public class ApiGroupsResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected GroupService |
groupService |
| Constructor and Description |
|---|
ApiGroupsResource() |
| Modifier and Type | Method and Description |
|---|---|
List<org.flowable.ui.common.model.GroupRepresentation> |
findGroupsByFilter(String filter) |
org.flowable.ui.common.model.GroupRepresentation |
getGroupInformation(String groupId) |
@Autowired protected GroupService groupService
@GetMapping(value="/groups/{groupId}",
produces="application/json")
public org.flowable.ui.common.model.GroupRepresentation getGroupInformation(@PathVariable
String groupId)
Copyright © 2021 Flowable. All rights reserved.