Package org.flowable.engine.impl.cfg
Class DefaultTaskVariableScopeResolver
- java.lang.Object
-
- org.flowable.engine.impl.cfg.DefaultTaskVariableScopeResolver
-
- All Implemented Interfaces:
InternalTaskVariableScopeResolver
public class DefaultTaskVariableScopeResolver extends Object implements InternalTaskVariableScopeResolver
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessEngineConfigurationImplprocessEngineConfiguration
-
Constructor Summary
Constructors Constructor Description DefaultTaskVariableScopeResolver(ProcessEngineConfigurationImpl processEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExecutionEntityManagergetExecutionEntityManager()VariableScopeImplresolveParentVariableScope(TaskEntity task)
-
-
-
Field Detail
-
processEngineConfiguration
protected ProcessEngineConfigurationImpl processEngineConfiguration
-
-
Constructor Detail
-
DefaultTaskVariableScopeResolver
public DefaultTaskVariableScopeResolver(ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Detail
-
resolveParentVariableScope
public VariableScopeImpl resolveParentVariableScope(TaskEntity task)
- Specified by:
resolveParentVariableScopein interfaceInternalTaskVariableScopeResolver
-
getExecutionEntityManager
protected ExecutionEntityManager getExecutionEntityManager()
-
-