@RestController public class HistoricProcessInstanceIdentityLinkCollectionResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HistoryService |
historyService |
protected RestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
HistoricProcessInstanceIdentityLinkCollectionResource() |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIdentityLinkResponse> |
getProcessIdentityLinks(String processInstanceId,
javax.servlet.http.HttpServletRequest request) |
@Autowired protected RestResponseFactory restResponseFactory
@Autowired protected HistoryService historyService
public HistoricProcessInstanceIdentityLinkCollectionResource()
@GetMapping(value="/history/historic-process-instances/{processInstanceId}/identitylinks",
produces="application/json")
public List<HistoricIdentityLinkResponse> getProcessIdentityLinks(@PathVariable
String processInstanceId,
javax.servlet.http.HttpServletRequest request)
Copyright © 2018 Flowable. All rights reserved.