Class VariableScopeResolverFactory
java.lang.Object
org.activiti.engine.impl.scripting.VariableScopeResolverFactory
- All Implemented Interfaces:
ResolverFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope)
-
Constructor Details
-
VariableScopeResolverFactory
public VariableScopeResolverFactory()
-
-
Method Details
-
createResolver
public Resolver createResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope) - Specified by:
createResolverin interfaceResolverFactory
-