@RestController @RequestMapping(value="/app") public class WorkflowGroupsResource extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
WorkflowGroupsResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.flowable.ui.common.model.ResultListDataRepresentation |
getGroups(String filter) |
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean@GetMapping(value="/rest/workflow-groups")
public org.flowable.ui.common.model.ResultListDataRepresentation getGroups(@RequestParam(value="filter",required=false)
String filter)
Copyright © 2022 Flowable. All rights reserved.