@RestController public class HistoricVariableInstanceDataResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.activiti.engine.HistoryService |
historyService |
protected RestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
HistoricVariableInstanceDataResource() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getVariableData(String varInstanceId,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
RestVariable |
getVariableFromRequest(boolean includeBinary,
String varInstanceId,
javax.servlet.http.HttpServletRequest request) |
@Autowired protected RestResponseFactory restResponseFactory
@Autowired protected org.activiti.engine.HistoryService historyService
public HistoricVariableInstanceDataResource()
@RequestMapping(value="/history/historic-variable-instances/{varInstanceId}/data",
method=GET)
@ResponseBody
public byte[] getVariableData(@PathVariable(value="varInstanceId")
String varInstanceId,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
public RestVariable getVariableFromRequest(boolean includeBinary, String varInstanceId, javax.servlet.http.HttpServletRequest request)
Copyright © 2016 Alfresco. All rights reserved.