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