Class HistoricVariableInstanceDataResource

java.lang.Object
org.flowable.cmmn.rest.service.api.history.variable.HistoricVariableInstanceBaseResource
org.flowable.cmmn.rest.service.api.history.variable.HistoricVariableInstanceDataResource

@RestController public class HistoricVariableInstanceDataResource extends HistoricVariableInstanceBaseResource
Author:
Tijs Rademakers
  • Field Details

    • restResponseFactory

      @Autowired protected CmmnRestResponseFactory restResponseFactory
    • historyService

      @Autowired protected org.flowable.cmmn.api.CmmnHistoryService historyService
  • Constructor Details

    • HistoricVariableInstanceDataResource

      public HistoricVariableInstanceDataResource()
  • Method Details

    • getVariableData

      @GetMapping("/cmmn-history/historic-variable-instances/{varInstanceId}/data") @ResponseBody public byte[] getVariableData(@PathVariable("varInstanceId") String varInstanceId, jakarta.servlet.http.HttpServletResponse response)