@RestController @RequestMapping(value="/app") public class EditorGroupsResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.ui.common.service.idm.RemoteIdmService |
remoteIdmService |
| Constructor and Description |
|---|
EditorGroupsResource() |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.ui.common.model.ResultListDataRepresentation |
getGroups(String filter) |
@Autowired protected org.flowable.ui.common.service.idm.RemoteIdmService remoteIdmService
@GetMapping(value="/rest/editor-groups")
public org.flowable.ui.common.model.ResultListDataRepresentation getGroups(@RequestParam(required=false,value="filter")
String filter)
Copyright © 2020 Flowable. All rights reserved.