Class HistoricTaskInstanceIdentityLinkCollectionResource
- java.lang.Object
-
- org.flowable.rest.service.api.history.HistoricTaskInstanceBaseResource
-
- org.flowable.rest.service.api.history.HistoricTaskInstanceIdentityLinkCollectionResource
-
@RestController public class HistoricTaskInstanceIdentityLinkCollectionResource extends HistoricTaskInstanceBaseResource
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected HistoryServicehistoryServiceprotected RestResponseFactoryrestResponseFactory-
Fields inherited from class org.flowable.rest.service.api.history.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.rest.service.api.history.HistoricTaskInstanceBaseResource
addProcessVariables, addTaskVariables, getHistoricTaskInstanceFromRequest, getHistoricTaskInstanceFromRequestWithoutAccessCheck, getQueryResponse
-
-
-
-
Field Detail
-
restResponseFactory
@Autowired protected RestResponseFactory restResponseFactory
-
historyService
@Autowired protected HistoryService historyService
-
-
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)
-
-