Uses of Interface
ru.cg.webbpm.modules.bpmn.workflow.api.variable.VariableManager
Packages that use VariableManager
Package
Description
-
Uses of VariableManager in ru.cg.webbpm.modules.bpmn.workflow.api
Methods in ru.cg.webbpm.modules.bpmn.workflow.api that return VariableManagerMethods in ru.cg.webbpm.modules.bpmn.workflow.api with parameters of type VariableManagerModifier and TypeMethodDescriptionvoid
BpmnContext.setVariableManager
(VariableManager variableManager) -
Uses of VariableManager in ru.cg.webbpm.modules.bpmn.workflow.jbpm
Methods in ru.cg.webbpm.modules.bpmn.workflow.jbpm that return VariableManagerModifier and TypeMethodDescriptionJbpmSpringContext.defaultVariableManager
(JbpmEngineProvider jbpmEngineProvider) BpmnContextImpl.variableManager()
Methods in ru.cg.webbpm.modules.bpmn.workflow.jbpm with parameters of type VariableManagerModifier and TypeMethodDescriptionvoid
BpmnContextImpl.setVariableManager
(VariableManager variableManager) JbpmSpringContext.variableService
(VariableManager defaultVariableManager) -
Uses of VariableManager in ru.cg.webbpm.modules.bpmn.workflow.jbpm.handler
Classes in ru.cg.webbpm.modules.bpmn.workflow.jbpm.handler that implement VariableManager -
Uses of VariableManager in ru.cg.webbpm.modules.bpmn.workflow.jbpm.service
Constructors in ru.cg.webbpm.modules.bpmn.workflow.jbpm.service with parameters of type VariableManagerModifierConstructorDescriptionVariableServiceImpl
(BpmnContext bpmnContext, VariableManager defaultVariableManager) -
Uses of VariableManager in ru.cg.webbpm.modules.bpmn.workflow.jbpm.variable
Classes in ru.cg.webbpm.modules.bpmn.workflow.jbpm.variable that implement VariableManager