@RestController public class HistoricCaseInstanceResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.cmmn.api.CmmnHistoryService |
historyService |
protected CmmnRestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
HistoricCaseInstanceResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCaseInstance(String caseInstanceId,
javax.servlet.http.HttpServletResponse response) |
HistoricCaseInstanceResponse |
getCaseInstance(String caseInstanceId,
javax.servlet.http.HttpServletRequest request) |
protected org.flowable.cmmn.api.history.HistoricCaseInstance |
getHistoricCaseInstanceFromRequest(String caseInstanceId) |
@Autowired protected CmmnRestResponseFactory restResponseFactory
@Autowired protected org.flowable.cmmn.api.CmmnHistoryService historyService
@GetMapping(value="/cmmn-history/historic-case-instances/{caseInstanceId}",
produces="application/json")
public HistoricCaseInstanceResponse getCaseInstance(@PathVariable
String caseInstanceId,
javax.servlet.http.HttpServletRequest request)
@DeleteMapping(value="/cmmn-history/historic-case-instances/{caseInstanceId}")
public void deleteCaseInstance(@PathVariable
String caseInstanceId,
javax.servlet.http.HttpServletResponse response)
protected org.flowable.cmmn.api.history.HistoricCaseInstance getHistoricCaseInstanceFromRequest(String caseInstanceId)
Copyright © 2018 Flowable. All rights reserved.