@RestController public class HistoricCaseInstanceResource extends HistoricCaseInstanceBaseResource
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.cmmn.api.CmmnHistoryService |
cmmnhistoryService |
protected org.flowable.cmmn.api.CmmnRepositoryService |
cmmnRepositoryService |
protected org.flowable.cmmn.api.CmmnRuntimeService |
cmmnRuntimeService |
protected CmmnRestResponseFactory |
restResponseFactory |
historyService, repositoryService, restApiInterceptor| Constructor and Description |
|---|
HistoricCaseInstanceResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCaseInstance(String caseInstanceId,
javax.servlet.http.HttpServletResponse response) |
HistoricCaseInstanceResponse |
getCaseInstance(String caseInstanceId) |
protected Optional<org.flowable.cmmn.api.history.HistoricPlanItemInstance> |
getPlanItemInstance(List<org.flowable.cmmn.api.history.HistoricPlanItemInstance> stagePlanItemInstances,
org.flowable.cmmn.model.Stage stage) |
protected Date |
getPlanItemInstanceEndTime(List<org.flowable.cmmn.api.history.HistoricPlanItemInstance> stagePlanItemInstances,
org.flowable.cmmn.model.Stage stage) |
List<org.flowable.cmmn.api.StageResponse> |
getStageOverview(String caseInstanceId) |
addVariables, getHistoricCaseInstanceFromRequest, getQueryResponse@Autowired protected CmmnRestResponseFactory restResponseFactory
@Autowired protected org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService
@Autowired protected org.flowable.cmmn.api.CmmnHistoryService cmmnhistoryService
@Autowired protected org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService
@GetMapping(value="/cmmn-history/historic-case-instances/{caseInstanceId}",
produces="application/json")
public HistoricCaseInstanceResponse getCaseInstance(@PathVariable
String caseInstanceId)
@DeleteMapping(value="/cmmn-history/historic-case-instances/{caseInstanceId}")
public void deleteCaseInstance(@PathVariable
String caseInstanceId,
javax.servlet.http.HttpServletResponse response)
@GetMapping(value="/cmmn-history/historic-case-instances/{caseInstanceId}/stage-overview",
produces="application/json")
public List<org.flowable.cmmn.api.StageResponse> getStageOverview(@PathVariable
String caseInstanceId)
protected Date getPlanItemInstanceEndTime(List<org.flowable.cmmn.api.history.HistoricPlanItemInstance> stagePlanItemInstances, org.flowable.cmmn.model.Stage stage)
Copyright © 2020 Flowable. All rights reserved.