Class HistoricDetailDataResource
java.lang.Object
org.flowable.rest.service.api.history.HistoricDetailBaseResource
org.flowable.rest.service.api.history.HistoricDetailDataResource
- Author:
- Tijs Rademakers
-
Field Summary
FieldsFields inherited from class org.flowable.rest.service.api.history.HistoricDetailBaseResource
restApiInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getVariableData
(String detailId, jakarta.servlet.http.HttpServletResponse response) getVariableFromRequest
(boolean includeBinary, String detailId) Methods inherited from class org.flowable.rest.service.api.history.HistoricDetailBaseResource
getQueryResponse
-
Field Details
-
restResponseFactory
-
historyService
-
-
Constructor Details
-
HistoricDetailDataResource
public HistoricDetailDataResource()
-
-
Method Details
-
getVariableData
@GetMapping("/history/historic-detail/{detailId}/data") @ResponseBody public byte[] getVariableData(@PathVariable("detailId") String detailId, jakarta.servlet.http.HttpServletResponse response) -
getVariableFromRequest
-