Uses of Interface
ru.cg.webbpm.modules.bpmn.workflow.api.BpmnContext
Packages that use BpmnContext
Package
Description
-
Uses of BpmnContext in ru.cg.webbpm.modules.bpmn.workflow.jbpm
Classes in ru.cg.webbpm.modules.bpmn.workflow.jbpm that implement BpmnContext -
Uses of BpmnContext in ru.cg.webbpm.modules.bpmn.workflow.jbpm.handler
Methods in ru.cg.webbpm.modules.bpmn.workflow.jbpm.handler with parameters of type BpmnContextModifier and TypeMethodDescriptionstatic void
WebbpmWorkItemHandler.setBpmnContext
(BpmnContext bpmnContext) -
Uses of BpmnContext in ru.cg.webbpm.modules.bpmn.workflow.jbpm.init
Constructors in ru.cg.webbpm.modules.bpmn.workflow.jbpm.init with parameters of type BpmnContextModifierConstructorDescriptionJbpmInitializer
(org.kie.api.runtime.CommandExecutor commandService, BpmnContext bpmnContext, TaskHandlerManager taskHandlerManager, UserTaskManager userTaskManager, SendMessageManager sendMessageManager) -
Uses of BpmnContext in ru.cg.webbpm.modules.bpmn.workflow.jbpm.service
Constructors in ru.cg.webbpm.modules.bpmn.workflow.jbpm.service with parameters of type BpmnContextModifierConstructorDescriptionVariableServiceImpl
(BpmnContext bpmnContext, VariableManager defaultVariableManager) -
Uses of BpmnContext in ru.cg.webbpm.modules.bpmn.workflow.jbpm.variable
Constructors in ru.cg.webbpm.modules.bpmn.workflow.jbpm.variable with parameters of type BpmnContextModifierConstructorDescriptionDefaultVariableManager
(BpmnContext bpmnContext, JbpmEngineProvider engineProvider) -
Uses of BpmnContext in service.container
Fields in service.container declared as BpmnContext