Class FlowableCaseInstanceQueryService
- java.lang.Object
-
- org.flowable.ui.task.service.runtime.FlowableCaseInstanceQueryService
-
@Service @Transactional public class FlowableCaseInstanceQueryService extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.app.api.AppRepositoryServiceappRepositoryServiceprotected org.flowable.cmmn.api.CmmnHistoryServicecmmnHistoryServiceprotected org.flowable.cmmn.api.CmmnRepositoryServicecmmnRepositoryServiceprotected UserCacheuserCache
-
Constructor Summary
Constructors Constructor Description FlowableCaseInstanceQueryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<CaseInstanceRepresentation>convertInstanceList(List<org.flowable.cmmn.api.history.HistoricCaseInstance> instances)ResultListDataRepresentationgetCaseInstances(com.fasterxml.jackson.databind.node.ObjectNode requestNode)
-
-
-
Field Detail
-
cmmnRepositoryService
@Autowired protected org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService
-
appRepositoryService
@Autowired protected org.flowable.app.api.AppRepositoryService appRepositoryService
-
cmmnHistoryService
@Autowired protected org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService
-
userCache
@Autowired protected UserCache userCache
-
-
Method Detail
-
getCaseInstances
public ResultListDataRepresentation getCaseInstances(com.fasterxml.jackson.databind.node.ObjectNode requestNode)
-
convertInstanceList
protected List<CaseInstanceRepresentation> convertInstanceList(List<org.flowable.cmmn.api.history.HistoricCaseInstance> instances)
-
-