@Service @Transactional public class FlowableProcessInstanceQueryService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.app.api.AppRepositoryService |
appRepositoryService |
protected HistoryService |
historyService |
protected RepositoryService |
repositoryService |
protected UserCache |
userCache |
| Constructor and Description |
|---|
FlowableProcessInstanceQueryService() |
| Modifier and Type | Method and Description |
|---|---|
protected List<ProcessInstanceRepresentation> |
convertInstanceList(List<HistoricProcessInstance> instances) |
ResultListDataRepresentation |
getProcessInstances(com.fasterxml.jackson.databind.node.ObjectNode requestNode) |
@Autowired protected RepositoryService repositoryService
@Autowired protected org.flowable.app.api.AppRepositoryService appRepositoryService
@Autowired protected HistoryService historyService
@Autowired protected UserCache userCache
public ResultListDataRepresentation getProcessInstances(com.fasterxml.jackson.databind.node.ObjectNode requestNode)
protected List<ProcessInstanceRepresentation> convertInstanceList(List<HistoricProcessInstance> instances)
Copyright © 2021 Flowable. All rights reserved.