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 Summary
FieldsModifier and TypeFieldDescriptionprotected org.flowable.cmmn.api.CmmnHistoryServiceprotected CmmnRestResponseFactoryFields inherited from class org.flowable.cmmn.rest.service.api.history.caze.HistoricCaseInstanceBaseResource
repositoryService, restApiInterceptor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flowable.cmmn.rest.service.api.history.caze.HistoricCaseInstanceBaseResource
addVariables, getHistoricCaseInstanceFromRequest, getHistoricCaseInstanceFromRequestWithoutAccessCheck, getQueryResponse
-
Field Details
-
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)
-