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