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