public abstract class HistoricMilestoneInstanceBaseResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.cmmn.api.CmmnHistoryService |
historyService |
protected CmmnRestApiInterceptor |
restApiInterceptor |
protected CmmnRestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
HistoricMilestoneInstanceBaseResource() |
| Modifier and Type | Method and Description |
|---|---|
protected DataResponse<HistoricMilestoneInstanceResponse> |
getQueryResponse(HistoricMilestoneInstanceQueryRequest queryRequest,
Map<String,String> allRequestParams) |
@Autowired protected CmmnRestResponseFactory restResponseFactory
@Autowired protected org.flowable.cmmn.api.CmmnHistoryService historyService
@Autowired(required=false) protected CmmnRestApiInterceptor restApiInterceptor
public HistoricMilestoneInstanceBaseResource()
protected DataResponse<HistoricMilestoneInstanceResponse> getQueryResponse(HistoricMilestoneInstanceQueryRequest queryRequest, Map<String,String> allRequestParams)
Copyright © 2022 Flowable. All rights reserved.