@RestController public class HistoricCaseInstanceIdentityLinkCollectionResource extends HistoricCaseInstanceBaseResource
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.cmmn.api.CmmnHistoryService |
historyService |
protected CmmnRestResponseFactory |
restResponseFactory |
repositoryService, restApiInterceptor| Constructor and Description |
|---|
HistoricCaseInstanceIdentityLinkCollectionResource() |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIdentityLinkResponse> |
getCaseIdentityLinks(String caseInstanceId,
javax.servlet.http.HttpServletRequest request) |
addVariables, getHistoricCaseInstanceFromRequest, getQueryResponse@Autowired protected CmmnRestResponseFactory restResponseFactory
@Autowired protected org.flowable.cmmn.api.CmmnHistoryService historyService
public HistoricCaseInstanceIdentityLinkCollectionResource()
@GetMapping(value="/cmmn-history/historic-case-instances/{caseInstanceId}/identitylinks",
produces="application/json")
public List<HistoricIdentityLinkResponse> getCaseIdentityLinks(@PathVariable
String caseInstanceId,
javax.servlet.http.HttpServletRequest request)
Copyright © 2020 Flowable. All rights reserved.