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 Details

    • restResponseFactory

      @Autowired protected CmmnRestResponseFactory 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)