Class HistoricProcessInstanceIdentityLinkCollectionResource
java.lang.Object
org.flowable.rest.service.api.history.HistoricProcessInstanceBaseResource
org.flowable.rest.service.api.history.HistoricProcessInstanceIdentityLinkCollectionResource
@RestController
public class HistoricProcessInstanceIdentityLinkCollectionResource
extends HistoricProcessInstanceBaseResource
- Author:
- Tijs Rademakers
-
Field Summary
FieldsFields inherited from class org.flowable.rest.service.api.history.HistoricProcessInstanceBaseResource
repositoryService, restApiInterceptor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flowable.rest.service.api.history.HistoricProcessInstanceBaseResource
addVariables, getHistoricProcessInstanceFromRequest, getHistoricProcessInstanceFromRequestWithoutAccessCheck, getQueryResponse
-
Field Details
-
restResponseFactory
-
historyService
-
-
Constructor Details
-
HistoricProcessInstanceIdentityLinkCollectionResource
public HistoricProcessInstanceIdentityLinkCollectionResource()
-
-
Method Details
-
getProcessIdentityLinks
@GetMapping(value="/history/historic-process-instances/{processInstanceId}/identitylinks", produces="application/json") public List<HistoricIdentityLinkResponse> getProcessIdentityLinks(@PathVariable String processInstanceId)
-