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 Summary
Fields Modifier and Type Field Description protected org.flowable.cmmn.api.CmmnHistoryServicehistoryServiceprotected CmmnRestResponseFactoryrestResponseFactory-
Fields inherited from class org.flowable.cmmn.rest.service.api.history.task.HistoricTaskInstanceBaseResource
restApiInterceptor
-
-
Constructor Summary
Constructors Constructor Description HistoricTaskInstanceIdentityLinkCollectionResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<HistoricIdentityLinkResponse>getTaskIdentityLinks(String taskId, javax.servlet.http.HttpServletRequest request)-
Methods inherited from class org.flowable.cmmn.rest.service.api.history.task.HistoricTaskInstanceBaseResource
addProcessVariables, addTaskVariables, getHistoricTaskInstanceFromRequest, getHistoricTaskInstanceFromRequestWithoutAccessCheck, getQueryResponse
-
-
-
-
Field Detail
-
restResponseFactory
@Autowired protected CmmnRestResponseFactory restResponseFactory
-
historyService
@Autowired protected org.flowable.cmmn.api.CmmnHistoryService historyService
-
-
Method Detail
-
getTaskIdentityLinks
@GetMapping(value="/cmmn-history/historic-task-instances/{taskId}/identitylinks", produces="application/json") public List<HistoricIdentityLinkResponse> getTaskIdentityLinks(@PathVariable String taskId, javax.servlet.http.HttpServletRequest request)
-
-