Class FlowableProcessInstanceQueryService
- java.lang.Object
-
- org.flowable.ui.task.service.runtime.FlowableProcessInstanceQueryService
-
@Service @Transactional public class FlowableProcessInstanceQueryService extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.app.api.AppRepositoryServiceappRepositoryServiceprotected HistoryServicehistoryServiceprotected RepositoryServicerepositoryServiceprotected UserCacheuserCache
-
Constructor Summary
Constructors Constructor Description FlowableProcessInstanceQueryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<ProcessInstanceRepresentation>convertInstanceList(List<HistoricProcessInstance> instances)ResultListDataRepresentationgetProcessInstances(com.fasterxml.jackson.databind.node.ObjectNode requestNode)
-
-
-
Field Detail
-
repositoryService
@Autowired protected RepositoryService repositoryService
-
appRepositoryService
@Autowired protected org.flowable.app.api.AppRepositoryService appRepositoryService
-
historyService
@Autowired protected HistoryService historyService
-
userCache
@Autowired protected UserCache userCache
-
-
Method Detail
-
getProcessInstances
public ResultListDataRepresentation getProcessInstances(com.fasterxml.jackson.databind.node.ObjectNode requestNode)
-
convertInstanceList
protected List<ProcessInstanceRepresentation> convertInstanceList(List<HistoricProcessInstance> instances)
-
-