@RestController public class EditorGroupsResource extends Object implements org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
protected IdmIdentityService |
identityService |
protected RemoteIdmService |
remoteIdmService |
| Constructor and Description |
|---|
EditorGroupsResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
ResultListDataRepresentation |
getGroups(String filter) |
@Autowired(required=false) protected 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 ResultListDataRepresentation getGroups(@RequestParam(required=false,value="filter") String filter)
Copyright © 2023 Flowable. All rights reserved.