Class HistoricCaseInstanceIdentityLinkCollectionResource

    • Field Detail

      • historyService

        @Autowired
        protected org.flowable.cmmn.api.CmmnHistoryService historyService
    • Constructor Detail

      • HistoricCaseInstanceIdentityLinkCollectionResource

        public HistoricCaseInstanceIdentityLinkCollectionResource()
    • Method Detail

      • getCaseIdentityLinks

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