public class HistoricCaseInstanceBaseResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.cmmn.api.CmmnHistoryService |
historyService |
protected org.flowable.cmmn.api.CmmnRepositoryService |
repositoryService |
protected CmmnRestApiInterceptor |
restApiInterceptor |
protected CmmnRestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
HistoricCaseInstanceBaseResource() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addVariables(org.flowable.cmmn.api.history.HistoricCaseInstanceQuery caseInstanceQuery,
List<QueryVariable> variables) |
protected org.flowable.cmmn.api.history.HistoricCaseInstance |
getHistoricCaseInstanceFromRequest(String caseInstanceId) |
protected DataResponse<HistoricCaseInstanceResponse> |
getQueryResponse(HistoricCaseInstanceQueryRequest queryRequest,
Map<String,String> allRequestParams) |
@Autowired protected CmmnRestResponseFactory restResponseFactory
@Autowired protected org.flowable.cmmn.api.CmmnHistoryService historyService
@Autowired protected org.flowable.cmmn.api.CmmnRepositoryService repositoryService
@Autowired(required=false) protected CmmnRestApiInterceptor restApiInterceptor
protected DataResponse<HistoricCaseInstanceResponse> getQueryResponse(HistoricCaseInstanceQueryRequest queryRequest, Map<String,String> allRequestParams)
protected org.flowable.cmmn.api.history.HistoricCaseInstance getHistoricCaseInstanceFromRequest(String caseInstanceId)
protected void addVariables(org.flowable.cmmn.api.history.HistoricCaseInstanceQuery caseInstanceQuery,
List<QueryVariable> variables)
Copyright © 2020 Flowable. All rights reserved.