Class ServiceRegistryVariableScopeResolver
- java.lang.Object
-
- com.flowable.serviceregistry.engine.impl.invoker.script.ServiceRegistryVariableScopeResolver
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
ENGINE_CONFIG_KEY
protected static Set<String>
KEYS
protected static String
SERVICE_ENGINE_CONFIG_KEY
protected ServiceRegistryEngineConfiguration
serviceRegistryEngineConfiguration
protected VariableContainer
variableContainer
-
Constructor Summary
Constructors Constructor Description ServiceRegistryVariableScopeResolver(ServiceRegistryEngineConfiguration serviceRegistryEngineConfiguration, VariableContainer variableContainer)
-
-
-
Field Detail
-
ENGINE_CONFIG_KEY
protected static final String ENGINE_CONFIG_KEY
- See Also:
- Constant Field Values
-
SERVICE_ENGINE_CONFIG_KEY
protected static final String SERVICE_ENGINE_CONFIG_KEY
- See Also:
- Constant Field Values
-
serviceRegistryEngineConfiguration
protected ServiceRegistryEngineConfiguration serviceRegistryEngineConfiguration
-
variableContainer
protected VariableContainer variableContainer
-
-
Constructor Detail
-
ServiceRegistryVariableScopeResolver
public ServiceRegistryVariableScopeResolver(ServiceRegistryEngineConfiguration serviceRegistryEngineConfiguration, VariableContainer variableContainer)
-
-