Class VariableScopeResolverFactory
- java.lang.Object
-
- org.activiti.engine.impl.scripting.VariableScopeResolverFactory
-
- All Implemented Interfaces:
ResolverFactory
public class VariableScopeResolverFactory extends java.lang.Object implements ResolverFactory
-
-
Constructor Summary
Constructors Constructor Description VariableScopeResolverFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Resolver
createResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope)
-
-
-
Method Detail
-
createResolver
public Resolver createResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope)
- Specified by:
createResolver
in interfaceResolverFactory
-
-