@RestController public class EditorGroupsResource 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 |
|---|
EditorGroupsResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.flowable.ui.common.model.ResultListDataRepresentation |
getGroups(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-groups")
public org.flowable.ui.common.model.ResultListDataRepresentation getGroups(@RequestParam(required=false,value="filter")
String filter)
Copyright © 2022 Flowable. All rights reserved.