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