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