@RestController public class BaseHistoricDecisionExecutionResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ContentTypeResolver |
contentTypeResolver |
protected org.flowable.dmn.api.DmnHistoryService |
dmnHistoryService |
protected DmnRestResponseFactory |
dmnRestResponseFactory |
protected DmnRestApiInterceptor |
restApiInterceptor |
| Constructor and Description |
|---|
BaseHistoricDecisionExecutionResource() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getExecutionAuditData(String decisionExecutionId,
javax.servlet.http.HttpServletResponse response) |
protected org.flowable.dmn.api.DmnHistoricDecisionExecution |
getHistoricDecisionExecutionFromRequest(String decisionExecutionId)
Returns the
DmnHistoricDecisionExecution that is requested. |
@Autowired protected ContentTypeResolver contentTypeResolver
@Autowired protected DmnRestResponseFactory dmnRestResponseFactory
@Autowired protected org.flowable.dmn.api.DmnHistoryService dmnHistoryService
@Autowired(required=false) protected DmnRestApiInterceptor restApiInterceptor
public BaseHistoricDecisionExecutionResource()
protected org.flowable.dmn.api.DmnHistoricDecisionExecution getHistoricDecisionExecutionFromRequest(String decisionExecutionId)
DmnHistoricDecisionExecution that is requested. Throws the right exceptions when bad request was made or decision table was not found.Copyright © 2020 Flowable. All rights reserved.