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