Class HistoricCaseInstanceIdentityLinkCollectionResource

java.lang.Object
org.flowable.cmmn.rest.service.api.history.caze.HistoricCaseInstanceBaseResource
org.flowable.cmmn.rest.service.api.history.caze.HistoricCaseInstanceIdentityLinkCollectionResource

@RestController public class HistoricCaseInstanceIdentityLinkCollectionResource extends HistoricCaseInstanceBaseResource
Author:
Tijs Rademakers
  • Field Details

    • restResponseFactory

      @Autowired protected CmmnRestResponseFactory restResponseFactory
    • historyService

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

    • HistoricCaseInstanceIdentityLinkCollectionResource

      public HistoricCaseInstanceIdentityLinkCollectionResource()
  • Method Details

    • getCaseIdentityLinks

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