Package org.flowable.ui.idm.rest.api
Class ApiGroupsResource
- java.lang.Object
-
- org.flowable.ui.idm.rest.api.ApiGroupsResource
-
@RestController public class ApiGroupsResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected GroupServicegroupService
-
Constructor Summary
Constructors Constructor Description ApiGroupsResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.flowable.ui.common.model.GroupRepresentation>findGroupsByFilter(String filter)org.flowable.ui.common.model.GroupRepresentationgetGroupInformation(String groupId)
-
-
-
Field Detail
-
groupService
@Autowired protected GroupService groupService
-
-
Method Detail
-
getGroupInformation
@GetMapping(value="/groups/{groupId}", produces="application/json") public org.flowable.ui.common.model.GroupRepresentation getGroupInformation(@PathVariable String groupId)
-
-