@Service @Transactional public class FlowableCaseInstanceQueryService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.app.api.AppRepositoryService |
appRepositoryService |
protected org.flowable.cmmn.api.CmmnHistoryService |
cmmnHistoryService |
protected org.flowable.cmmn.api.CmmnRepositoryService |
cmmnRepositoryService |
protected UserCache |
userCache |
| Constructor and Description |
|---|
FlowableCaseInstanceQueryService() |
| Modifier and Type | Method and Description |
|---|---|
protected List<CaseInstanceRepresentation> |
convertInstanceList(List<org.flowable.cmmn.api.history.HistoricCaseInstance> instances) |
ResultListDataRepresentation |
getCaseInstances(com.fasterxml.jackson.databind.node.ObjectNode requestNode) |
@Autowired protected org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService
@Autowired protected org.flowable.app.api.AppRepositoryService appRepositoryService
@Autowired protected org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService
@Autowired protected UserCache userCache
public ResultListDataRepresentation getCaseInstances(com.fasterxml.jackson.databind.node.ObjectNode requestNode)
protected List<CaseInstanceRepresentation> convertInstanceList(List<org.flowable.cmmn.api.history.HistoricCaseInstance> instances)
Copyright © 2021 Flowable. All rights reserved.