@RestController public class HistoryDecisionExecutionCollectionResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.dmn.api.DmnHistoryService |
dmnHistoryService |
protected DmnRestResponseFactory |
dmnRestResponseFactory |
protected DmnRestApiInterceptor |
restApiInterceptor |
| Constructor and Description |
|---|
HistoryDecisionExecutionCollectionResource() |
| Modifier and Type | Method and Description |
|---|---|
DataResponse<HistoricDecisionExecutionResponse> |
getDecisionTables(Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request) |
@Autowired protected DmnRestResponseFactory dmnRestResponseFactory
@Autowired protected org.flowable.dmn.api.DmnHistoryService dmnHistoryService
@Autowired(required=false) protected DmnRestApiInterceptor restApiInterceptor
public HistoryDecisionExecutionCollectionResource()
@GetMapping(value="/dmn-history/historic-decision-executions",
produces="application/json")
public DataResponse<HistoricDecisionExecutionResponse> getDecisionTables(@RequestParam
Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request)
Copyright © 2020 Flowable. All rights reserved.