@RestController public class HistoricDecisionExecutionResourceDataResource extends BaseHistoricDecisionExecutionResource
contentTypeResolver, dmnHistoryService, dmnRestResponseFactory, restApiInterceptor| Constructor and Description |
|---|
HistoricDecisionExecutionResourceDataResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHistoricDecisionExecutionAuditData(String historicDecisionExecutionId,
javax.servlet.http.HttpServletResponse response) |
getExecutionAuditData, getHistoricDecisionExecutionFromRequestpublic HistoricDecisionExecutionResourceDataResource()
@GetMapping(value="/dmn-history/historic-decision-executions/{historicDecisionExecutionId}/auditdata",
produces="application/json")
@ResponseBody
public String getHistoricDecisionExecutionAuditData(@PathVariable
String historicDecisionExecutionId,
javax.servlet.http.HttpServletResponse response)
Copyright © 2020 Flowable. All rights reserved.