@RestController @RequestMapping(value="/app") public class HistoricTaskQueryResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HistoryService |
historyService |
protected PermissionService |
permissionService |
protected org.flowable.ui.common.service.idm.cache.UserCache |
userCache |
| Constructor and Description |
|---|
HistoricTaskQueryResource() |
| Modifier and Type | Method and Description |
|---|---|
protected List<TaskRepresentation> |
convertTaskInfoList(List<org.flowable.task.api.history.HistoricTaskInstance> tasks) |
org.flowable.ui.common.model.ResultListDataRepresentation |
listTasks(com.fasterxml.jackson.databind.node.ObjectNode requestNode) |
@Autowired protected HistoryService historyService
@Autowired protected org.flowable.ui.common.service.idm.cache.UserCache userCache
@Autowired protected PermissionService permissionService
@PostMapping(value="/rest/query/history/tasks",
produces="application/json")
public org.flowable.ui.common.model.ResultListDataRepresentation listTasks(@RequestBody
com.fasterxml.jackson.databind.node.ObjectNode requestNode)
protected List<TaskRepresentation> convertTaskInfoList(List<org.flowable.task.api.history.HistoricTaskInstance> tasks)
Copyright © 2022 Flowable. All rights reserved.