Uses of Class
ru.cg.webbpm.modules.bpmn.workflow.api.bean.BpmnQueryContext
Packages that use BpmnQueryContext
Package
Description
-
Uses of BpmnQueryContext in ru.cg.webbpm.modules.bpmn.workflow.api.service
Methods in ru.cg.webbpm.modules.bpmn.workflow.api.service with parameters of type BpmnQueryContextModifier and TypeMethodDescriptionCollection<org.jbpm.services.api.model.ProcessInstanceDesc>
ProcessService.getProcessInstanceEntries
(BpmnQueryContext bpmnQueryContext, List<Integer> states) ProcessService.getProcessInstanceHistory
(Long processInstanceId, ProcessInstanceEntryType type, BpmnQueryContext queryContext) ProcessService.getVariablesHistory
(Long processInstanceId, BpmnQueryContext queryContext) -
Uses of BpmnQueryContext in ru.cg.webbpm.modules.bpmn.workflow.jbpm.service
Methods in ru.cg.webbpm.modules.bpmn.workflow.jbpm.service with parameters of type BpmnQueryContextModifier and TypeMethodDescriptionCollection<org.jbpm.services.api.model.ProcessInstanceDesc>
ProcessServiceImpl.getProcessInstanceEntries
(BpmnQueryContext bpmnQueryContext, List<Integer> states) ProcessServiceImpl.getProcessInstanceHistory
(Long processInstanceId, ProcessInstanceEntryType type, BpmnQueryContext queryContext) ProcessServiceImpl.getVariablesHistory
(Long processInstanceId, BpmnQueryContext queryContext)