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