Class HistoricTaskInstanceIdentityLinkCollectionResource

    • Constructor Detail

      • HistoricTaskInstanceIdentityLinkCollectionResource

        public HistoricTaskInstanceIdentityLinkCollectionResource()
    • Method Detail

      • getTaskIdentityLinks

        @GetMapping(value="/history/historic-task-instances/{taskId}/identitylinks",
                    produces="application/json")
        public List<HistoricIdentityLinkResponse> getTaskIdentityLinks​(@PathVariable
                                                                       String taskId,
                                                                       javax.servlet.http.HttpServletRequest request)