@RestController public class EditorUsersResource extends Object implements org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
protected IdmIdentityService |
identityService |
protected org.flowable.ui.common.service.idm.RemoteIdmService |
remoteIdmService |
| Constructor and Description |
|---|
EditorUsersResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.flowable.ui.common.model.ResultListDataRepresentation |
getUsers(String filter) |
@Autowired(required=false) protected org.flowable.ui.common.service.idm.RemoteIdmService remoteIdmService
@Autowired(required=false) protected IdmIdentityService identityService
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean@GetMapping(value="/rest/editor-users")
public org.flowable.ui.common.model.ResultListDataRepresentation getUsers(@RequestParam(value="filter",required=false)
String filter)
Copyright © 2022 Flowable. All rights reserved.