Class ServiceRegistryVariableScopeResolver
java.lang.Object
com.flowable.serviceregistry.engine.impl.invoker.script.ServiceRegistryVariableScopeResolver
- All Implemented Interfaces:
Resolver
A resolver used within the scripting engine context to resolve various services and variables within a scripting context.
- Author:
- Micha Kiener
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected static final String
protected ServiceRegistryEngineConfiguration
protected VariableContainer
-
Constructor Summary
ConstructorDescriptionServiceRegistryVariableScopeResolver
(ServiceRegistryEngineConfiguration serviceRegistryEngineConfiguration, VariableContainer variableContainer) -
Method Summary
-
Field Details
-
ENGINE_CONFIG_KEY
- See Also:
-
SERVICE_ENGINE_CONFIG_KEY
- See Also:
-
serviceRegistryEngineConfiguration
-
variableContainer
-
KEYS
-
-
Constructor Details
-
ServiceRegistryVariableScopeResolver
public ServiceRegistryVariableScopeResolver(ServiceRegistryEngineConfiguration serviceRegistryEngineConfiguration, VariableContainer variableContainer)
-
-
Method Details
-
containsKey
- Specified by:
containsKey
in interfaceResolver
-
get
-