@RestController @RequestMapping(value="/app") public class WorkflowGroupResource extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
WorkflowGroupResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.flowable.ui.common.model.GroupRepresentation |
getGroup(String groupId,
javax.servlet.http.HttpServletResponse response) |
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean@GetMapping(value="/rest/workflow-groups/{groupId}")
public org.flowable.ui.common.model.GroupRepresentation getGroup(@PathVariable
String groupId,
javax.servlet.http.HttpServletResponse response)
Copyright © 2022 Flowable. All rights reserved.