@RestController @RequestMapping(value="/rest/decision-table-models") public class DecisionTablesResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FlowableDecisionTableService |
decisionTableService |
| Constructor and Description |
|---|
DecisionTablesResource() |
| Modifier and Type | Method and Description |
|---|---|
ResultListDataRepresentation |
getDecisionTables(javax.servlet.http.HttpServletRequest request) |
@Autowired protected FlowableDecisionTableService decisionTableService
@GetMapping(produces="application/json") public ResultListDataRepresentation getDecisionTables(javax.servlet.http.HttpServletRequest request)
Copyright © 2023 Flowable. All rights reserved.