@RestController public class HistoricTaskInstanceIdentityLinkCollectionResource extends Object
Modifier and Type | Field and Description |
---|---|
protected org.activiti.engine.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 org.activiti.engine.HistoryService historyService
public HistoricTaskInstanceIdentityLinkCollectionResource()
@RequestMapping(value="/history/historic-task-instances/{taskId}/identitylinks", method=GET, produces="application/json") public List<HistoricIdentityLinkResponse> getTaskIdentityLinks(@PathVariable String taskId, javax.servlet.http.HttpServletRequest request)
Copyright © 2016 Alfresco. All rights reserved.