@RestController @RequestMapping(value="/app/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 |
|---|---|
org.flowable.ui.common.model.ResultListDataRepresentation |
getDecisionTables(javax.servlet.http.HttpServletRequest request) |
@Autowired protected FlowableDecisionTableService decisionTableService
Copyright © 2020 Flowable. All rights reserved.