Class HistoricTaskInstanceIdentityLinkCollectionResource
java.lang.Object
org.flowable.rest.service.api.history.HistoricTaskInstanceBaseResource
org.flowable.rest.service.api.history.HistoricTaskInstanceIdentityLinkCollectionResource
@RestController
public class HistoricTaskInstanceIdentityLinkCollectionResource
extends HistoricTaskInstanceBaseResource
- Author:
- Tijs Rademakers
-
Field Summary
FieldsFields inherited from class org.flowable.rest.service.api.history.HistoricTaskInstanceBaseResource
restApiInterceptor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flowable.rest.service.api.history.HistoricTaskInstanceBaseResource
addProcessVariables, addTaskVariables, getHistoricTaskInstanceFromRequest, getHistoricTaskInstanceFromRequestWithoutAccessCheck, getQueryResponse
-
Field Details
-
restResponseFactory
-
historyService
-
-
Constructor Details
-
HistoricTaskInstanceIdentityLinkCollectionResource
public HistoricTaskInstanceIdentityLinkCollectionResource()
-
-
Method Details
-
getTaskIdentityLinks
@GetMapping(value="/history/historic-task-instances/{taskId}/identitylinks", produces="application/json") public List<HistoricIdentityLinkResponse> getTaskIdentityLinks(@PathVariable String taskId)
-